Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: checking bareword-filehandle

by johngg (Canon)
on Aug 06, 2012 at 13:14 UTC ( [id://985701]=note: print w/replies, xml ) Need Help??


in reply to checking bareword-filehandle

Wrap the print in an eval perhaps?

Cheers,

JohnGG

Replies are listed 'Best First'.
Re^2: checking bareword-filehandle
by moritz (Cardinal) on Aug 06, 2012 at 13:20 UTC
      seems not to work in my old Perl (5.8.8):
      use strict; use warnings; no warnings qw(unopened); open HUBBA, "/hubba"; print HUBBA "hubba";
      Produces a warning "print() on closed filehandle HUBBA at t line 6."

      Guess I have to disable all warnings...

Log In?
Username:
Password:

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

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

    No recent polls found