Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    local $Data::Dumper::Terse  = 1;
    local $Data::Dumper::Useqq  = 1;
    print(Dumper(\@terms), "\n");
    
  2. or download this
    sub dequote {
       my ($s) = @_;
    ...
                (?: [^\\,] | \\. )*
             )
          /xsgc && dequote("$1");