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

Hi, I am trying to create an automated test script for our web application using HTTP::Recorder. When I tried to login I got the error message as "Can't locate object method "query_param" via package "rec-action=submitform&rec-formname=login&rec-formnumber=1&rec-form1-text-user_name=1&user_name=xxxx &rec-form1-password-password2=1&password2=xxxx". I know other people also had the same problem. I am using HTTP::Recorder 0.05 version with perl 5.8. Is there any solution to this problem exists? I tried include the URI::QueryParam. Still I have the same problem. Regards, siva

Replies are listed 'Best First'.
Re: HTTP::Recorder Problem
by Corion (Patriarch) on Oct 31, 2005 at 16:38 UTC
Re: HTTP::Recorder Problem
by planetscape (Chancellor) on Nov 01, 2005 at 00:23 UTC
      Thanks for your help but I couldn't get into "http://www.bitmistress.org/websvn" is it moved to some other place? siva.

        Hmmm... I can't access it now, either. When I talked to leira, she did say she was in the middle of a cross-country move; that may have something to do with it.

        I would normally never post another's work, but given the fact the module is released under the GNU Public License and that it was publically downloadable at least as of September 27, 2005 when I retrieved it, it is probably ok to post a diff of the current CPAN version and the version I downloaded. (Plus I ran the idea by the folks in the CB first. :-) )

        Update: added <readmore> tags

        HTH,

        planetscape