Help for this page

Select Code to Download


  1. or download this
        defined $param{selected} 
            ? ( $param{selected} .= ":$file" )
    ...
                -default => $param{$_},
            )
          } keys %param )
    
  2. or download this
    perl -le 'use CGI qw/ :standard /; print hidden( -name => "foo", -defa
    +ult => "foo:bar" )'