Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

To mechanize WWW::Mechanize: a scraping language?

by johnnywang (Priest)
on Aug 25, 2004 at 19:33 UTC ( #385785=perlmeditation: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    <mechanize>
        <get url="http://perlmonks.org/index.pl?node=login" output="login.
    +html"/>
        <submit form_name="login" user="" passwd="" button="login" output=
    +"index.html"/>
        <get url="http://www.perlmonks.org/index.pl?node=Newest Nodes" out
    +put="newest.html"/>
    </mechanize>
    
  2. or download this
    use strict;
    
    ...
    $parser->parse_uri($ARGV[0]); 
    
    exit(0);
    
  3. or download this
    package CmdHandler;
    use strict;
    ...
    
    
    1;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlmeditation [id://385785]
Approved by Arunbear
Front-paged by grinder
help
Chatterbox?
and the web crawler heard nothing...

How do I use this? | Other CB clients
Other Users?
Others lurking in the Monastery: (2)
As of 2023-03-29 01:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    Which type of climate do you prefer to live in?






    Results (70 votes). Check out past polls.

    Notices?