in reply to Re^3: div in cgi
in thread div in cgi
At least in my head...
the OP is using functions which are (currently) exported by CGI and not by CGI::Pretty, but documented in CGI::HTML::Functions
X:\>perl -MCGI=:standard print li ( div({"class=inforno"}, "<img src=''>") ); __END__ <li><div class=inforno><img src=''></div></li>
Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery
FootballPerl is like chess, only without the dice
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: div in cgi
by marto (Cardinal) on Sep 13, 2018 at 15:33 UTC | |
by LanX (Saint) on Sep 13, 2018 at 15:52 UTC | |
by marto (Cardinal) on Sep 13, 2018 at 18:22 UTC | |
by Your Mother (Archbishop) on Sep 13, 2018 at 18:27 UTC | |
by LanX (Saint) on Sep 13, 2018 at 19:56 UTC |