in reply to
single line if conditional
A checkbox should just be true or false. You should just be able to say:
$hash{name} = "this and that" if param('name');
[download]
What you have should work though, so I'd check what
$name
is set to.
Comment on
Re: single line if conditional
Select
or
Download
Code
In Section
Seekers of Perl Wisdom