Ich bin ein Stückchen weiter. Ich hab schlicht und einfach den falschen Button gedrückt.
ABER, ich krieg es noch immer nicht hin.
$mech->click_button( name => "dl.start",
value => "Free"
);
Ergiebt:
E:\perl>perl mech.pl
Can't locate object method "click_button" via package "WWW::Mechanize" at
mech.pl line 13 (#1)
(F) You called a method correctly, and it correctly indicated a package
functioning as a class, but that package doesn't define that particular
method, nor does any of its base classes. See perlobj.
Uncaught exception from user code:
Can't locate object method "click_button" via package "WWW::Mechanize" a
t mech.pl line 13.
at mech.pl line 13
Wie finde ich jetzt heraus, wo sich Methode "click_button" befindet?
MfG,
jogi