in reply to single line if conditional
What do you want this piece of code to do? What happens when you run it?$name = param('name'); $hash{name} = 'this and that' if $name eq '';
- Tom
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: single line if conditional
by Anonymous Monk on Mar 31, 2004 at 16:30 UTC |