Help for this page

Select Code to Download


  1. or download this
    work($a,$b,$c,$d,$e,$f);
    
    ...
        print "$b\n";
    
    }
    
  2. or download this
    more_work( $b, $c );
    work( $a )
    
  3. or download this
    work( $a, more_work( $b, $c ) );