Help for this page

Select Code to Download


  1. or download this
    perl -ple's/^line\d+=//' infile > outfile
    
  2. or download this
    perl -nle's/^line\d+=//; push @l,$_; END { $,=q{/}; print @l }' infile
    + > outfile