- or download this
# This:
...
# is not equivalent to this:
$cgi = CGI::self_or_default if ! ref $cgi;
- or download this
print $foo->list_params( 1 );
- or download this
$write->table( -params => 1,
-condition => "$x % 7 == 3",
...
-caller => 0,
SomeVar => $some_var,
DATA => \%some_hash );
- or download this
if ( $cgi ) {
$cgi = CGI::self_or_default if ! ref $cgi;