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

Re: In memory filehandles

by crouchingpenguin (Priest)
on Jan 27, 2006 at 01:45 UTC ( [id://525884]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
       print {*STDERR} $msg, '? ', ($flag ? 'yes' : 'no'), "\n";
       return;
    }
    
  2. or download this
    ref $fh yields IO::Scalar
    $fh->can("opened")? yes
    ...
    $fh->can("seek")? yes
    $fh->seek(0, 0)? yes
    $fh is tied? no
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (6)
As of 2024-04-16 04:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found