In perl ,if $variable="10" then what will output of print 'this is $variable'; ?
this is $10
this is $variable
this is
this is 10