Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl --
    use Data::Dump qw/ dd /;
    ...
      "param"        => { a => ["b", "c"], d => ["e"], f => ["g"] },
      "use_tempfile" => 1,
    }, "CGI")
    
  2. or download this
    #!/usr/bin/perl --
    use Data::Dump qw/ dd /;
    use CGI;
    ...
    }, "CGI")
    ("a", "b\0c\0d", "d" .. "g")
    { a => ["b", "c\0d"], d => ["e"], f => ["g"] }