Help for this page
#!/usr/bin/perl ... sub foo { return('foo'); }
prompt > perl -MO=Deparse test.pl my $a = &foo(); ... } test.pl syntax OK prompt >