Help for this page

Select Code to Download


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