Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: How to remove the certain element of an object

by tobyink (Canon)
on Feb 03, 2013 at 18:53 UTC ( [id://1016847]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package Nation {
      use Moose;
    ...
      has name => (is => 'ro', isa => 'Str');
      ...;
    }
    
  2. or download this
    use List::MoreUtils qw(part);
    
    ...
    
    # Set the population to just the people we want to keep.
    @{ $people->population } = @$keep;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (9)
As of 2024-04-23 11:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found