On Oct 13, Jeremy Bulmer said: > I need a little bit of help. I think I'm just doing something small that >is wrong. For some reason when I try to use the method form to post and the >user hits submit and it starts processing the form the script hangs on the >line $forminfo = <STDIN>; ... Any ideas? Am I doing something wrong? It is >right below the line #d:\\perl\\bin\\perl.exe. Does it need anything else >to function? Is there something wrong with my web server? (IIS 5, with Win >2000 Adv Server). Help ASAP!
Don't try parsing CGI queries on your own. Use the CGI.pm module. use CGI; For more, read the docs. perldoc CGI -- Jeff "japhy" Pinyan [EMAIL PROTECTED] http://www.pobox.com/~japhy/ RPI Acacia brother #734 http://www.perlmonks.org/ http://www.cpan.org/ ** Look for "Regular Expressions in Perl" published by Manning, in 2002 ** <stu> what does y/// stand for? <tenderpuss> why, yansliterate of course. [ I'm looking for programming work. If you like my work, let me know. ] -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]