Beefy Boxes and Bandwidth Generously Provided by pair Networks Joe
There's more than one way to do things
 
PerlMonks  

Re: changing the position of an element in an array

by neosamuri (Friar)
on Nov 17, 2005 at 02:00 UTC ( [id://509316]=note: print w/replies, xml ) Need Help??

This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.


in reply to changing the position of an element in an array

Here is one type of approach that you can use.

for( $i = 0; $i < @array; $i++){ if( $array[$i] == $look ) { @out = (@array[0..($i-1)], @array[($i+1)..scalar(@array)], $arra +y[$i]); last; } }

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://509316]
help
Sections?
Information?
Find Nodes?
Leftovers?
    Notices?
    hippoepoptai's answer Re: how do I set a cookie and redirect was blessed by hippo!
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.