CGI::FormBuilder/CGI::Application/Catalyst/http://www.catalystframework.org/$ perl -MCGI -le " print q!<textarea>!, CGI->escapeHTML( 2), q!</texta +rea>! " <textarea>2</textarea> $ perl -MCGI -le " print CGI->textarea( 1,2,3,4) " <textarea name="1" rows="3" cols="4">2</textarea> $ perl -MCGI -le " print CGI->textarea( qw! -name 1 -default 2 -riows +3 -cols 4 !) " <textarea name="1" cols="4" riows="3">2</textarea> $
In reply to Re: Perl CGI Text box
by Anonymous Monk
in thread Perl CGI Text box
by PyrexKidd
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |