Help for this page

Select Code to Download


  1. or download this
    perl -ne"print qx[perl -pe1 $_]" test.lst > test.all
    
  2. or download this
    perl -ne"system 'perl.exe', '-pe1', $_;"  test.lst >test.all