Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re^7: Need help with WWW::Mechanize and Chrome cookies

by bakiperl (Beadle)
on Jul 09, 2021 at 22:11 UTC ( [id://11134876]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    <a class="txt" href="file.txt"> Text File </a>
    
  2. or download this
    my @links = $mech->find_all_links( text_contains => 'some description 
    +etc... ' );
    my @urls = map { $_->[0] } @links;
    
  3. or download this
    for my $foo (@urls)
    {
       my $filename = '/path/'.$foo;
       $mech->get($foo, ':content_file'=>$filename);
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found