Help for this page
#!/usr/bin/perl $foo = "hello"; ... $f3 = "$foo"; print "$f2\n"; print "$f3\n";
$foo hello