Help for this page

Select Code to Download


  1. or download this
    my $val = $query->param('foo') || 'default value';
    
  2. or download this
    my @texts = $query->param('text');