Thread Hilfe bei LWP::UserAgent (17 answers)
Opened by jogi at 2007-08-07 14:38

jogi
 2007-08-07 22:25
#97741 #97741
User since
2007-07-25
55 Artikel
BenutzerIn
[default_avatar]
Ich bin ein Stückchen weiter. Ich hab schlicht und einfach den falschen Button gedrückt.
ABER, ich krieg es noch immer nicht hin.

Code (perl): (dl )
1
2
3
$mech->click_button( name => "dl.start",
                        value => "Free"
 );


Ergiebt:

Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
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

View full thread Hilfe bei LWP::UserAgent