Help for this page
sub foo1 { &bar; print "@_\n"; } sub foo2 { bar(@_); print "@_\n"; } ... __END__ 2 3 1 2 3