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

Re^2: The weirdest thing....

by Joost (Canon)
on May 09, 2007 at 21:32 UTC ( #614500=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # INCORRECT
    sub something {
    ...
      # do something without buffering
      $|--;
    }
    
  2. or download this
    #CORRECT
    sub something {
    ...
      # do something without buffering
      $| = $flush;
    }
    

Log In?
Username:
Password:

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

How do I use this? | Other CB clients
Other Users?
Others imbibing at the Monastery: (2)
As of 2023-04-02 09:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?