Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re^2: How do I convert this wget to perl?

by Todd Chester (Scribe)
on Oct 04, 2015 at 00:44 UTC ( [id://1143730]=note: print w/replies, xml ) Need Help??


in reply to Re: How do I convert this wget to perl?
in thread How do I convert this wget to perl?

Sorry for being slow here, but I am having trouble wrapping my mind around what is going on with

$ua->get( $url, ':content_file' => 'file.bin', 'Cookie' => '...', );

Do I create 'file.bin'?

or does the 'get' do that?

What goes in the '...' part of the 'Cookie'?

Does this download the cookie for me?

And I guess I do not understand what a cookie is. I thought it was "oraclelicense=accept-securebackup-cookie" or is that the name of something else that has to be downloaded?

Do I do a second 'get' to download the .exe file after the above? or does the above do the whole thing?

Replies are listed 'Best First'.
Re^3: How do I convert this wget to perl?
by Corion (Patriarch) on Oct 04, 2015 at 08:08 UTC

    See LWP::UserAgent. The ->get method sends a GET request and downloads the response to the file file.bin as per the :content_file argument.

    I don't find a special Cookie argument documented for ->get though, so I suspect that this won't work to set the cookie header as you want it. I think you will have to use HTTP::Cookies to set the cookie to the value you want.

Re^3: How do I convert this wget to perl?
by BrowserUk (Patriarch) on Oct 04, 2015 at 02:24 UTC

      it give me the finger wag about not pressing the agree license button

        This sounds weird. If it works when you manually type the command into the shell, it should also work when run via system.

        Maybe you want to show us the script you're running?

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (6)
As of 2024-04-18 10:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found