Help for this page

Select Code to Download


  1. or download this
    &mumble(\@foo);
    
  2. or download this
    sub mumble {
        my ($bar) = @_;
    ...
        ...
        $bar->[1]++;   #increments second member of array
    }