Help for this page

Select Code to Download


  1. or download this
    perl -e "chomp(@F=<>); print join',',@F" file
    
  2. or download this
    perl -pe "tr/\n/,/" file
    
  3. or download this
    perl -l0054pe '' file
    
  4. or download this
    perl -pe "eof or tr/\n/,/" file