in reply to perl $ENV question

First of all the error message doesn't match your code - it's misspelled in the error message - which one did you actually use? REQUEST_MEHTOD or REQUEST_METHOD?

Second, I'd recommend the request_method sub/method from CGI.

Third, please don't send emails like that - it can easily be abused for sending spam. Use something like MIME::Lite instead.

Replies are listed 'Best First'.
Re^2: perl $ENV question
by ehorne (Initiate) on Aug 17, 2009 at 14:14 UTC
    Thank you. Yes, I accidentally misspelled the error in my post.
    Also, I don't know what MIME:Lite is, but I will look into it.
    Thanks!