Help for this page

Select Code to Download


  1. or download this
    if (defined(my $foo = param('foo')) {
     ..  do something with $foo
    } else {
      .. foo isn't present, now what?
    }