Help for this page

Select Code to Download


  1. or download this
    a,b,"hey,you",etc
    a, b, "hey, you", etc
    
  2. or download this
    @fields = $s =~ /("[^"]*"|[^,]*),/gc;
    $lastfield = $s =~ /\G(.*)/;
    push @fields, $lastfield;