Help for this page

Select Code to Download


  1. or download this
    sub process {
        my( $AoA,  $thingToProcess ) = @_;
    ...
        @{ $AoA->[ $thingToProcess ] } = ( $r1, $r2, $r3, $r4, $r5, $r6, $
    +r7 );
        return;
    }
    
  2. or download this
    sub process {
        my( $AoA,  $thingToProcess ) = @_;
    ...
        ...
        return;
    }