Help for this page

Select Code to Download


  1. or download this
    #!/usr/local/bin/perl
    
    ...
            }
        }
    }
    
  2. or download this
    my @newarray = reverse (@$ref2array);
            @$ref2array = @newarray;
    
  3. or download this
    my @newarray = reverse (@$ref2array);
            $ref2array = \@newarray;