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 need to install the ":standard" subroutines (more than 100 of them) to use CGI.pm as an object. 2. The "-nosticky" pragma doesn't do anything if you are not creating the form in this script. What is generating the form? It's not being generated from this script. Changing this script will not affect the form. HTH, Charles K. Clarkson -- Mobile Homes Specialist 254 968-8328 -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>