Help for this page

Select Code to Download


  1. or download this
    $ perl squeeze_ips.pl -i input.list -o output.list
    
  2. or download this
    use strict;
    use warnings;
    ...
        return
          wantarray ? ( $in_fh, $out_fh ) : [ $in_fh, $out_fh ];
    }