Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Need to download the URL as html with it credentials

by SriniK (Beadle)
on Jul 19, 2012 at 16:45 UTC ( [id://982664]=perlquestion: print w/replies, xml ) Need Help??

SriniK has asked for the wisdom of the Perl Monks concerning the following question:

Hi

I need to download the "URL" as HTML file. That url using credentials.
I have tried the WWW::Mechanize. but i cant get the content or am i doing anything wrong here.
Is there any other way to do that.
use WWW::Mechanize; my $mech = WWW::Mechanize->new(); $url='http://*********/cgi-bin/avail.cgi?show_log_entries=&servicegrou +p=US-WEBSITES&timeperiod=last24hours&smon=7&sday=1&syear=2012&shour=0 +&smin=0&ssec=0&emon=7&eday=13&eyear=2012&ehour=24&emin=0&esec=0&rptti +meperiod=&assumeinitialstates=yes&assumestateretention=yes&assumestat +esduringnotru'; $username='*****'; $password='*****'; $mech->credentials($username, $password); $mech->get($url); print "\$mech";


Thanks
Srini

Replies are listed 'Best First'.
Re: Need to download the URL as html with it credentials
by daxim (Curate) on Jul 19, 2012 at 16:48 UTC

Log In?
Username:
Password:

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

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

    No recent polls found