Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: @array[1] is valid??

by dvergin (Monsignor)
on Aug 04, 2003 at 19:02 UTC ( [id://280765]=note: print w/replies, xml ) Need Help??


in reply to @array[1] is valid??

You are printing a single-element array slice. Perhaps this will make more clear what is happening.
my @foo = (1,2,3); print "@foo[1,2]\n"; #prints: 2 3

------------------------------------------------------------
"Perl is a mess and that's good because the
problem space is also a mess.
" - Larry Wall

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (7)
As of 2024-04-19 11:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found