Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Golf Challenge - does $x and $y fit into the same slot on @z?

by sauoq (Abbot)
on Dec 28, 2002 at 01:39 UTC ( [id://222665]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
     
    $x = 1; 
    $y = 2; 
    @z = (0, 1);
    
  2. or download this
    $x = 0; 
    $y = -1; 
    @z = (0, 1);
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (4)
As of 2024-04-25 18:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found