Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: Re: Re: Mysterious for behavior

by Belgarion (Chaplain)
on Apr 22, 2004 at 22:05 UTC ( [id://347488]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    print "$_ and $i\n" for ($i = 1, $i++, $i++);
    
    ...
    3 and 3
    1 and 3
    2 and 3
    
  2. or download this
    print "$_ and $i\n" for (\($i = 1, $i++, $i++));
    print \$i , "\n";
    ...
    SCALAR(0x815dcc0) and 3
    SCALAR(0x815dad4) and 3
    SCALAR(0x8176c44)
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (4)
As of 2024-03-29 07:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found