Help for this page

Select Code to Download


  1. or download this
    my $opts = $3;
    $opts =~ s/\s*,\s*//g;
    
  2. or download this
    #!/usr/local/bin/perl -l -w
    
    ...
    print qq(key="$key");
    print qq(val="$value");
    print join(",", map {qq("$_")} @opts);