Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: Bareword "FILE" not allowed while "strict subs"

by Anonymous Monk
on Oct 11, 2007 at 12:26 UTC ( [id://644197]=note: print w/replies, xml ) Need Help??


in reply to Bareword "FILE" not allowed while "strict subs"

please try: sub slurp { open("FILE","<params.inc") || die $! ; restore_parameters(FILE); close("FILE"); } Cheers, Ric
  • Comment on Re: Bareword "FILE" not allowed while "strict subs"

Log In?
Username:
Password:

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

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

    No recent polls found