in reply to Re: escapeHTML
in thread escapeHTML
my (@tmp,$template); for (0 .. 4) { my ($test,$str); $str = "test text $_"; $test{'TRY'} = escapeHTML($str); push (@tmp,\%test); } $template->param(TMP_LOOP => \@tmp);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: escapeHTML
by dws (Chancellor) on Jan 08, 2003 at 04:45 UTC | |
by primus (Scribe) on Jan 08, 2003 at 05:10 UTC |