Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re^5: Puzzling $| behavior

by ikegami (Patriarch)
on Oct 08, 2007 at 16:58 UTC ( [id://643502]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
                                  # $_     $_[0]  $_[1]  $_[0]  $_[1]
                                  # -----  -----  -----  -----  -----
    ...
       alias $_[1] = $_+=3;       # 6      $_     $_     6      6
       &f;
    };
    
  2. or download this
    >perl -le "$_=1; ($_+=2)+=3; print $_"
    6
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (6)
As of 2024-04-25 11:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found