Help for this page
sub show1 { ... } sub show2 { ... } ... my $a = 'foo'; show1($a); show2('$a');
$a = 'foo'