in reply to Re: single line if conditional
in thread single line if conditional
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! } }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: single line if conditional
by dreadpiratepeter (Priest) on Mar 31, 2004 at 17:02 UTC |