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-02-28 23:36:40-08 by ovid in response to 164
Re: Author and Maintainer

I have no idea the mechanism by which your text is being altered in the Web page output because what you are printing to the file is the same thing you're printing to the Web page. You appear to be using Mercantec SoftCart and they appear to be intercepting your requests and interpreting the information. Thus, by the time your script is done printing, the interpolated information is not yet present. This is not an HTML::TokeParser::Simple issue as the requisite data is not there to parse. I would recommend contacting your vendor for a solution.

Sorry. Ovid.

Direct Responses: 169 | Write a response