Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    #
    ...
                    print "$_ \n";
              }
    exit;
    
  2. or download this
    for $rec (@PSarray)
        {
    ...
        print "$rec\n";
        }
    exit;