Help for this page

Select Code to Download


  1. or download this
    $/ = "";
    my @keys = qw(dir name desc date box num1 num2 num3 num4 );
    ...
      @rec{@keys} = split /\n/;
      push @recs, \%rec;
    }
    
  2. or download this
    $ perl -pie 's:^/:\n/:' file