Help for this page

Select Code to Download


  1. or download this
    sub foo ($$) { print "@_\n"; }
      foo(1,2,3);
    
      >>> Too many arguments for main::foo at ...
    
  2. or download this
    ($_='jjjuuusssttt annootthheer
         pppeeerrrlll haaaccckkeer')=~y/a-z//s;print;