Help for this page

Select Code to Download


  1. or download this
    perl -F, -lane 'print join("!",@F)' test.txt
    
  2. or download this
    perl -F, -ane 'print join("!",@F)' test.txt