Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: Last index use in array slice

by GrandFather (Saint)
on Dec 03, 2012 at 03:33 UTC ( [id://1006778]=note: print w/replies, xml ) Need Help??


in reply to Last index use in array slice

splice does the trick:

print join ', ', splice @{[split '', '1234567890']}, 5;

Prints:

6, 7, 8, 9, 0
True laziness is hard work

Replies are listed 'Best First'.
Re^2: Last index use in array slice
by ltp (Beadle) on Dec 03, 2012 at 03:52 UTC

    ...and I am enlightened.

    Thankyou very much for your answer.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (2)
As of 2024-03-19 06:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found