Help for this page

Select Code to Download


  1. or download this
    $str = 'a, "b,c", d';
    @array = eval('('.$str.')');
    
  2. or download this
    #!/usr/bin/perl
    
    #set string to split on ","
    ...
    {
        print $_, "\n";
    }