Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: complementary array indices

by rir (Vicar)
on May 12, 2009 at 17:30 UTC ( [id://763548]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my @arry = qw{ 10 11 12 13 14 15 16 17 18 };
    my @indices = qw{  3 5 1 };
    ...
    print @remainder, $/;
    __DATA__
    0,2,4,6,7,8,
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (4)
As of 2024-03-29 11:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found