I have a form with a field 'maxsize' and a button 'Submit'.
my $maxsize = param('maxsize'); if (param('Submit')) { if ($maxsize ne "") { $files{"$name"} = "this or that" if $name ne ""; print "somethign should have worked"; # this prints! } }
In reply to Re: Re: single line if conditional
by Anonymous Monk
in thread single line if conditional
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |