Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: how to have / in FILEHANDLE?

by toolic (Bishop)
on May 28, 2012 at 02:55 UTC ( [id://972774]=note: print w/replies, xml ) Need Help??


in reply to how to have / in FILEHANDLE?

B::Deparse gives you a good clue (Tip #6 from Basic debugging checklist):
open '/FILE', file; print </FILE> __END__ open /FILE, 'file'; use File::Glob (); print glob('/FILE');

Log In?
Username:
Password:

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

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

    No recent polls found