Help for this page
#!/usr/bin/env perl use strict; ... push @_, 'foo'; &one; }
#!/usr/bin/env perl use strict; ... push @_, 'foo'; goto &one; }