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

Re^2: is filehandler used ?

by Kanji (Parson)
on Mar 01, 2006 at 14:53 UTC ( [id://533660]=note: print w/replies, xml ) Need Help??


in reply to Re: is filehandler used ?
in thread is filehandler used ?

if (defined fileno(OUT)) { print OUT "bla bla\n"; }

    --k.


Replies are listed 'Best First'.
Re^3: is filehandler used ?
by beachbum (Beadle) on Mar 01, 2006 at 14:59 UTC
    any idea of the diff between yours and mine? I've always used *HANDLE:
    use strict; use warnings; open(OUT, ">test.txt") or die "Can't open file to write, $!."; if(defined fileno *OUT){ print "File handle is valid."; }else{ print "Nope."; } close OUT;
      No diff. \*HANDLE also works.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (6)
As of 2024-03-19 10:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found