Help for this page

Select Code to Download


  1. or download this
    #!/usr/local/bin/perl -wi.bak
    use strict;
    ...
        print map join('|', @$_) . "\n", $recs[int($.-1) / 5]
            if !($. % 5);
    }
    
  2. or download this
    % reformat.pl <file>