in reply to null values
$myvariable = $q->param( "myinput" ) || ""; if ($myvariable eq "") { # no warnings } [download]