> > I did an program that uses CGI.pm, but when i put
> > [- use CGI; $query = new CGI(); -]
> > [+ $query->br +],
> > it not working, sending to the browser the string "<br \>"
>

Why do you want to use CGI.pm for generating a br tag? Just wrting <br />
does the job much more easily. In case you really need to do it trun of
escaping:

[+ do { local $escmode = 0 ; $query->br } +],


>
> BTW: Emperl uses CGI.pm internally... :-)
>

Embperl does _not_ use CGI.pm internaly. The only exception is when you do a
file upload, i.e. CGI.pm is only used for handling multipart formdata

Gerald


-------------------------------------------------------------
Gerald Richter    ecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting

Post:       Tulpenstrasse 5         D-55276 Dienheim b. Mainz
E-Mail:     [EMAIL PROTECTED]         Voice:    +49 6133 925131
WWW:        http://www.ecos.de      Fax:      +49 6133 925152
-------------------------------------------------------------


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to