Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
I get a syntax error near the if statement. Any work arounds would also be appreciated.table ( if ($x) { Tr ( td ("1"), td ("2"), ) } else { Tr ( td ("3"), td ("4"), ) } );
|
---|
Replies are listed 'Best First'. | |
---|---|
(jeffa) Re: If statements with CGI.pm tables
by jeffa (Bishop) on May 08, 2002 at 15:30 UTC | |
Re: If statements with CGI.pm tables
by mephit (Scribe) on May 08, 2002 at 18:57 UTC |