Help for this page

Select Code to Download


  1. or download this
    $ perl -e'
    -> @l = (1, 2, 3);
    ...
    1 2 3
    1,2,3
    $
    
  2. or download this
    use strict;
    use warnings;
    ...
        local $" = q{,};
        print qq{@quotedFlds\n};
    }
    
  3. or download this
    "Leesville","TX","23432","67867","88","Bloggs","F"