Help for this page

Select Code to Download


  1. or download this
    my @values = $q->param('foo'); # list context, discouraged and will ra
    +ise
                                   # a warning (use ->multi_param instead)
    
  2. or download this
    use strict;
    use warnings;