Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
foreach my $j(1,2){ if (!exists(${"Name_$j"})) { print <<END_OF_HTML; <font color="#000000" size="-1" face=arial,sans-serif>$showname</font> +<br> END_OF_HTML } }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: display one time only
by rje (Deacon) on Jan 10, 2002 at 21:19 UTC | |
|
Re: display one time only
by blakem (Monsignor) on Jan 11, 2002 at 00:24 UTC |