my $variable = 42; print 'this is $variable'; # prints this is $variable print "this is $variable"; # prints this is 42