Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: Get Web Page

by gopalr (Priest)
on Oct 25, 2005 at 04:27 UTC ( [id://502629]=note: print w/replies, xml ) Need Help??


in reply to Get Web Page

Hi Kanishk

WWW:Mechanize will do this work.

use strict; use WWW::Mechanize; my $mech=WWW::Mechanize->new(); $mech->get('http://www.perlmonks.com'); $mech->success() || die "$mech->status()"; print $mech->content();

And also take a look at this link Extract Web Page

Thanks,
Gopal.R

Log In?
Username:
Password:

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

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

    No recent polls found