Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: how to rm an element from an array?

by graff (Chancellor)
on Oct 28, 2002 at 01:41 UTC ( [id://208430]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      yoink( \@arr, $var ); # pass an array ref and a scalar
    
  2. or download this
    sub yoink
    {
    ...
        }
        @$arr_ref = @out_arr;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (3)
As of 2024-04-24 04:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found