Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re^3: screen scraping MECHANIZE

by Limbic~Region (Chancellor)
on Feb 05, 2005 at 15:19 UTC ( [id://428328]=note: print w/replies, xml ) Need Help??


in reply to Re^2: screen scraping MECHANIZE
in thread screen scraping MECHANIZE

garskoci,
The only way that I can see for this to work is for you to run:
#!/usr/bin/perl use strict; use warnings; use WWW::Mechanize; my $url= 'http://192.168.0.1/WanService.html'; my $mech = WWW::Mechanize->new( autocheck => 1 ); $mech->credentials( '192.168.0.1:80', 'FVS318', 'admin' => 'secret' ); $mech->get( $url ); print $mech->content();
And paste the result here in CODE and READMORE tags. We can then create a mock up locally to do testing.

Cheers - L~R

Replies are listed 'Best First'.
Re^4: screen scraping MECHANIZE
by garskoci (Novice) on Feb 05, 2005 at 15:31 UTC
    I'm not familiar with the READMORE tag. What are they used for? Where do I put them?
      garskoci,
      When you preview a node before posting, the following appears below it:

      If something looked unlike you expected it to you might need to check out Writeup Formatting Tips

      Readmore tags are explained there.

      Cheers - L~R

A reply falls below the community's threshold of quality. You may see it by logging in.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://428328]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (3)
As of 2024-04-16 14:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found