Beefy Boxes and Bandwidth Generously Provided by pair Networks Bob
Think about Loose Coupling
 
PerlMonks  

Re^2: Compare all array values without a loop

by Crian (Curate)
on Oct 19, 2004 at 11:21 UTC ( [id://400558]=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 Re: Compare all array values without a loop
in thread Compare all array values without a loop

Instead of

@array = ('A','B','C','D'); for (@array) { $hash{$_} = undef; }
you can use
my @array = qw/A B C D/; my %hash; @hash{@array} = ();

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://400558]
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.