Re: cgi retaining state (even though I don't want it to)

2004-04-19 Thread John Kennedy
Hi, just posting my code as requested by zentara cheers johnk #!/usr/bin/perl -wT # # use strict; use XML::DOM; use CGI qw/:standard -nosticky/; my $q = new CGI; my $minMass = $q-param( minmass ) || error( $q, No Min Mass entered. ); my $maxMass = $q-param( maxmass ) || error( $q,

Re: utf-8 header in CGI script

2004-04-19 Thread Shaun Fryer
I don't have any direct experience with utf-8 headers, but I have noticed that some browsers (namely IE) ignore http headers and/or meta-tags at will. An example off the top of my head is when printing images from a cgi. Unless the cgi ends in something like .jpg or .gif, the browser will just

RE: cgi retaining state (even though I don't want it to)

2004-04-19 Thread Charles K. Clarkson
John Kennedy [EMAIL PROTECTED] wrote: : : just posting my code as requested by zentara Stop top-posting. : #!/usr/bin/perl -wT : # : # : : use strict; : use XML::DOM; : use CGI qw/:standard -nosticky/; : : my $q = new CGI; [snipped helpful code -- Thanks.] Two items. 1. You don't

perl.beginners.cgi Weekly list FAQ posting

2004-04-19 Thread casey
NAME beginners-faq - FAQ for the beginners-cgi mailing list 1 - Administriva 1.1 - I'm not subscribed - how do I subscribe? Send mail to [EMAIL PROTECTED] You can also specify your subscription email address by sending email to (assuming [EMAIL PROTECTED] is your email