Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re^2: Coderefs and @INC (return filehandle or undef)

by clueless newbie (Curate)
on Jul 04, 2018 at 16:13 UTC ( [id://1217897]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
            open my $fh,'<',$body_sref
                or die "Couldn't open '\$body_ref' for reading. $!";
            return $fh;
    
  2. or download this
            open my $fh,'<',\(my $buffer=$$body_sref)
                or die "Couldn't open in-memory file for io. $!";
            return $fh;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (2)
As of 2024-04-26 03:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found