Help for this page

Select Code to Download


  1. or download this
    #!/usr/local/bin/perl5 -w
    
    ...
        open 3 final output files
        write out 3 final output files
    }
    
  2. or download this
    if ($!)
    {
    ...
            # reset the error so that we can catch next genuine error cond
    +ition
            $! = 0;
    }