Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: A Strange print() predicament.

by BigLug (Chaplain)
on Feb 19, 2003 at 22:44 UTC ( [id://236864]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $oldFH = select(NOTHING);
    do "filename.txt";
    print "Won't Print\n";
    select($oldFH);
    print "Will Print\n";
    
  2. or download this
    print STDOUT "This will print";
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (2)
As of 2024-04-19 19:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found