Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use v5.8.2;        # Use the version which is on the AIX machines
    ...
        }
        close($AVPFILE);
    };
    
  2. or download this
    #!/usr/bin/perl
    use v5.8.2;        # Use the version which is on the AIX machines
    ...
    my $globalwarning = 0;
    
    sub ... and so on...