Help for this page

Select Code to Download


  1. or download this
    perl -MCGI=param -le "print for param('title')" ?title=foo;title=bar
    foo
    bar
    
  2. or download this
    use strict;
    use Data::Dumper;
    ...
              'injected_key' => 'injected_value',
              'title' => 'bar'
            };