Running these 5 lines of code, I am attaching to the website and I am receiving all of the fields in the command prompt window. But no Browser. Do I need to declare what Browser I want to use? Do I need to attach the Browser? This is where my level of confusion stands...Help!use WWW::Mechanize; my $mech = WWW::Mechanize->new(); $mech->get("https://www.700credit.com/zeus/"); $mech->dump_forms(); $mech->find_all_inputs();
In reply to Re: Browsing with WWW::Mechanize
by Bob_S
in thread Browsing with WWW::Mechanize
by Bob_S
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |