Help for this page

Select Code to Download


  1. or download this
    0
     1
      2
       3
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
    }
    close FH2;
    close FH;
    
  3. or download this
    #!/usr/bin/perl
    use strict;
    ...
      print FH $_;
    }
    close FH;