perl_help26 has asked for the wisdom of the Perl Monks concerning the following question:
How can I do that? I tried to use selector method of WWW::Mechanize::Plugin::Selector:use WWW::Mechanize; $mech->get ("$url"); print Dumper $mech->content(); #This prints everything, I only want t +he div with id '#div_id_test'
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: use selector method with WWW::Mechanize
by Corion (Patriarch) on Nov 18, 2015 at 15:40 UTC |