Help for this page

Select Code to Download


  1. or download this
    #!perl
    
    ...
        chomp $line;
        print $output_fh "$line\n";
    }
    
  2. or download this
    #!perl
    
    ...
        chomp $line;
        print $output_fh "$line\n";
    }
    
  3. or download this
    #!perl
    
    ...
        chomp $line;
        print $output_fh "$line\n";
    }