"Roderick A. Anderson" <[EMAIL PROTECTED]> writes: > On Thu, 16 Oct 2003, Roderick A. Anderson wrote: > > > On 16 Oct 2003, Gisle Aas wrote: > > > > Thanks. This looks way easier than what I was trying to do. The only > > difference I'll have to do is build the form(?) with a loop since I have > > all the name/values pairs in a hash. But that isn't a problem. > > Not quite there. I'm getting this error > > Can't locate object method "param" via package "HTML::Form" > > Is the because the module is too old of a version? Of course it is! I > just went through the older versions and see it was added the beginning of > this month. > > Are there any PPM repositories with more current stuff?
Not from ActiveState at least. Since libwww-perl is a "core" ActivePerl module it is not updated via PPM. You need to get it from CPAN if you want it that fresh. In this case you could use $form->value(query => "foo") instead. It should work even in older versions. Regards, Gisle