Help for this page

Select Code to Download


  1. or download this
    $i=0;
    $line = join '', grep { $i++ % 2 ? {s/,/ /g} : 1} split /"/,$line;
    
  2. or download this
    while(<DATA>) {
      print;
      $i = 0;
    ...
    one,"two,three,five",four
    "one,two",three
    one,two,"three,"
    
  3. or download this
    one,two,three
    one,two,three
    
    ...
    
    one,two,"three,"
    one,two,three