heartsounds has asked for the wisdom of the Perl Monks concerning the following question:

This node falls below the community's threshold of quality. You may see it by logging in.
  • Comment on How do I create an HTML form and process user data with perl?

Replies are listed 'Best First'.
Re: Help Please
by CountZero (Bishop) on Jan 21, 2003 at 06:39 UTC

    If it has anything to do with processing of web-based user-supplied form data, CGI.pm is the place to look.

    May I further ask you in the future to provide a more detailed title for your questions than "Help please"? It will probably attract a lot more answers.

    CountZero

    "If you have four groups working on a compiler, you'll get a 4-pass compiler." - Conway's Law

      He could try a title like "Look, I didn't even try to hide the fact it's homework" or even "Please don't tell my teacher"

      ____________________
      Jeremy
      I didn't believe in evil until I dated it.

Re: How do I create an HTML form and process user data with perl?
by zentara (Cardinal) on Jan 21, 2003 at 15:40 UTC