Help for this page

Select Code to Download


  1. or download this
    use strict;
    sub foo ($) {return shift}
    ...
    print "\n";
    print eval (foo2 @bax,1);
    print "\n";