Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: Array lookup

by Laurent_R (Canon)
on Apr 17, 2018 at 06:31 UTC ( [id://1213040]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    remove_x99(\@dead_list, \@get_list);
    
  2. or download this
    
    sub remove_x99 {
    ...
      my $get_list_ref  = shift; 
      my %lookup = map {$_ => 1} @$get_lisr_ref;
      # ...
    
  3. or download this
    sub remove_x99 {
      my $dead_ref = shift;
      my @dead-list = @$dead-ref;
      #...
    
  4. or download this
      my @dead_list = @$dead_ref;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (2)
As of 2024-04-25 06:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found