I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2005-08-16 20:21:18-07 by randomhajile in response to 899
Re: Changing the request hostname in GET and POST
Stupid, stupid, stupid (not you)...I got it. I had tried that, but I got an error message. Well, I went back and tried it again, and realized that I was doing $message->uri =~ s/replacethis/withthis/; rather than $message->uri($settothisvariable);. Duh. I used eg/logger.pl as a starting point. uri() is an accessor method, not an lvalue. Plus, IE sucks and it was caching the image once I got it working...even with a shift-refresh. Generally I use Firefox, but I didn't want to mess it up while I was working on something. I think that will do it. Thanks for the quick response and such.
Direct Responses: Write a response