Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re^2: How to remove the certain element of an object

by vagabonding electron (Curate)
on Feb 04, 2013 at 16:23 UTC ( [id://1016969]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    return @{$_[0]} if $idx == -1;
    
  2. or download this
    sub purge_this_one
    {
    ...
        splice( @$aref, $idx, 1 );
        return @$aref;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (6)
As of 2024-04-24 16:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found