Help for this page

Select Code to Download


  1. or download this
    #! /usr/bin/perl
    
    ...
      my @params = split /,/,$2;
      print "  Param: $_\n" foreach (@params);
    }
    
  2. or download this
    test:"This, contains, commas",foo,bar