Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: Why is the error thrown from close(FH) when the error is the missing <> on while(FH)?

by kcott (Archbishop)
on Feb 01, 2013 at 07:55 UTC ( [id://1016474]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ perl -Mstrict -E '
        while (KNOWN_HOSTS) {
    ...
    '
    Bareword "KNOWN_HOSTS" not allowed while "strict subs" in use at -e li
    +ne 6.
    Execution of -e aborted due to compilation errors.
    
  2. or download this
    $ perl -Mstrict -E '
        while (KNOWN_HOSTS) {
    ...
    '
    Bareword "KNOWN_HOSTS" not allowed while "strict subs" in use at -e li
    +ne 6.
    Execution of -e aborted due to compilation errors.
    
  3. or download this
    $ perl -Mstrict -E '
        while (KNOWN_HOSTS) {
    ...
    '
    Bareword "KNOWN_HOSTS" not allowed while "strict subs" in use at -e li
    +ne 8.
    Execution of -e aborted due to compilation errors.
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (6)
As of 2024-03-28 14:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found