Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Perl Beginners Cgi > Re: first steps...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 9 of 9 Topic 1416 of 1496
Post > Topic >>

Re: first steps with mod_perl

by mstep@[EMAIL PROTECTED] (Marek) Oct 10, 2007 at 08:28 AM

On 9 Okt., 12:07, da...@[EMAIL PROTECTED]
 (David Dorward) wrote:
> On 9 Oct 2007, at 04:04, Marek wrote:
>
snip
>
> According to the CGI.pm do***entation, it defaults to XHTML (so it  
> should be outputting checked="checked") unless you use -dtd to  
> specify an HTML 2.0 or 3.2 DTD. (Why not HTML 4.x I've no idea). You  
> can also use the -no_xhtml pragma to turn off XHTML generation.
>

Hello David,


thank you for your reply. I found the mistake, which made CGI.pm
produce these lonely <p /> tags. I wrote :

print start_form,
p,("What's your name? ",textfield('name')),
....

instead of :

print start_form,
p("What's your name? ",textfield('name')),
....

see my example my posting before. Only the checked instead of
checked="checked" and selected instead of selected="selected" are
left. Could somebody help me here again and I will stop to bother this
group with my beginners questions ...


greetings


marek
 




 9 Posts in Topic:
first steps with mod_perl
mstep@[EMAIL PROTECTED]   2007-09-18 11:46:19 
Re: first steps with mod_perl
noreply@[EMAIL PROTECTED]  2007-09-19 00:39:30 
Re: first steps with mod_perl
mstep@[EMAIL PROTECTED]   2007-09-22 03:26:05 
Re: first steps with mod_perl
noreply@[EMAIL PROTECTED]  2007-09-23 20:32:19 
Re: first steps with mod_perl
mstep@[EMAIL PROTECTED]   2007-09-30 05:39:09 
Re: first steps with mod_perl
noreply@[EMAIL PROTECTED]  2007-10-06 23:00:21 
Re: first steps with mod_perl
mstep@[EMAIL PROTECTED]   2007-10-08 20:04:40 
Re: first steps with mod_perl
david@[EMAIL PROTECTED]   2007-10-09 11:07:59 
Re: first steps with mod_perl
mstep@[EMAIL PROTECTED]   2007-10-10 08:28:18 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Sat Nov 22 11:11:33 CST 2008.