RPGMinerva has asked for the wisdom of the Perl Monks concerning the following question:
How I could get this working properly? :\# opening tags and stuff.... if ($action eq "filled") { # ..create member file..check stuff.. } else { # html stuff and the form is sent back to "register.cgi" $action = "filled"; }
Edit: Added <code> tags and # at the beginning of comments. larsen
update (broquaint): title change (was Annoying problem)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Annoying problem
by tachyon (Chancellor) on Dec 25, 2002 at 15:28 UTC | |
|
Re: Annoying problem
by cLive ;-) (Prior) on Dec 25, 2002 at 15:48 UTC | |
|
Re: Annoying problem
by CountZero (Bishop) on Dec 25, 2002 at 20:28 UTC | |
|
Re: Annoying problem
by jdporter (Paladin) on Dec 25, 2002 at 13:38 UTC |