Help for this page

Select Code to Download


  1. or download this
    foo($x, $y, $z);
    
  2. or download this
    sub foo
    {
        my ($p, $q, $r) = @_;
        ...
    }