> > Mike > > Mike - > If I'm reading your requirements right - > I don't find debugging hard with CGI.pm. > Granted I'm a real newbie and I'm not doing anything > > earth shakingly difficult, but still. > You run the program from the command line to make > sure it > actually runs - you can pass your param's in from > the command line - > and if it spits out HTML you call it again from your > browser.... > > i.e. (what I'm supposed to be doing instead of > reading this digest :-) > > [EMAIL PROTECTED] admin]$ ./index.pl league=mens page=admin > Content-Type: text/html; charset=ISO-8859-1 > > <?xml version="1.0" encoding="iso-8859-1"?> > <!DOCTYPE html > PUBLIC "-//W3C//DTD XHTML 1.0 > Transitional//EN" > > "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> > <html xmlns="http://www.w3.org/1999/xhtml" > lang="en-US" > xml:lang="en-US"><head>< > > etc etc etc..... > > or just as likely in my case > [EMAIL PROTECTED] admin]$ ./index.pl league=mens page=admin > Missing right curly or square bracket at ./index.pl > line 832, at end of > line > syntax error at ./index.pl line 832, at EOF > Execution of ./index.pl aborted due to compilation > errors. > > HTH > Brian >
Thanks for the information. Let me give it a try. Hopefully, such configuration is able to rememer the "state information"/ Have fun Mike __________________________________ Do you Yahoo!? Yahoo! Finance Tax Center - File online. File on time. http://taxes.yahoo.com/filing.html -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>