Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re^2: Setting up cookie jar

by Anonymous Monk
on Sep 10, 2014 at 09:43 UTC ( [id://1100106]=note: print w/replies, xml ) Need Help??


in reply to Re: Setting up cookie jar
in thread Setting up cookie jar

Are you on unix or windows? /tmp/blatCookies will not, as a rule, be a valid path on windows (unless you're using Cygwin).

Windows likes relative paths just fine ... it may not exist, but windows likes it just fine :)

use Path::Tiny qw/ tempfile /; my $cookieFile = tempfile();

Log In?
Username:
Password:

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

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

    No recent polls found