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

Re^2: shift v. indexing into an array

by ikegami (Patriarch)
on Nov 15, 2009 at 22:34 UTC ( [id://807314]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    @a = qw( a b c );
    
    ...
        @a = | X | b | c | X |
             +---+---+---+---+
                   ^   ^
    
  2. or download this
    [ continuing from above ]
    
    ...
        @a = | b | c | d | e | X | X | X | X | X | X | X | X |
             +---+---+---+---+---+---+---+---+---+---+---+---+
               ^           ^
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (6)
As of 2024-03-29 09:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found