Help for this page

Select Code to Download


  1. or download this
    # a 4 field coma separated csv line
    $l = 'w,ww,"a,bb,ccc,3 ,ee,",4' ;
    
  2. or download this
    # a 4 field coma splitable csv line
    'w,ww,"a-bb-ccc-3 -ee-",4' ;