Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re^2: screen scraping

by garskoci (Novice)
on Jan 08, 2005 at 19:54 UTC ( [id://420579]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $mech->get($url);
    $mech->form_name( 'FVS318');
    $mech->field('id', $USER);
    $mech->field('p',$PASS);
    $mech->click('submit');
    
  2. or download this
    my $mech = LWP::UserAgent->new;
    $mech->credentials(  '192.168.0.1:80',
    ...
                            'admin' => 'secret'
    );
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (4)
As of 2024-04-23 18:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found