Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: Re: Mysterious for behavior

by Roy Johnson (Monsignor)
on Apr 21, 2004 at 19:32 UTC ( [id://347106]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    for (scalar($i=3, $i=2, $i=1)) {
      print "$_ and $i\n";
    }
    
  2. or download this
    $i=3, $i=2, $i=1;
    for ($i, $i, $i) {
      print "$_ and $i\n";
    }
    
  3. or download this
    for (0+($i=3), 0+($i=2), $i=1) {
      print "$_ and $i\n";
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (5)
As of 2024-04-23 06:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found