in reply to Using Variables with Variables
More on this in perlop, under "Quote and Quote-like Operators".my $variable = 42; print 'this is $variable'; # prints this is $variable print "this is $variable"; # prints this is 42
Flavio
perl -ple'$_=reverse' <<<ti.xittelop@oivalf
|
|---|