Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: Open web-adress as filehandle

by thomas895 (Deacon)
on Aug 18, 2014 at 06:50 UTC ( [id://1097794]=note: print w/replies, xml ) Need Help??


in reply to Open web-adress as filehandle

$mech->content() returns a string.

I know of only two ways to do this: an unlink'd temporary file and a FIFO(SysV IPC, but then to yourself).

  • An unlink'd temporary file. See File::Temp.
  • A FIFO. See IPC::SysV and Advanced Programming in the UNIX Environment by W. Richard Stevens, Chapter 14.5-14.9. (ISBN 0201563177)
-Thomas
"Excuse me for butting in, but I'm interrupt-driven..."

Log In?
Username:
Password:

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

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

    No recent polls found