Help for this page
#!/usr/bin/perl #anonysub.pl ... print $foo::bar; &$foo::anonysub(); #before BUU's comment $foo::anonysub->(); #after BUU's comment
10 10