Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re^2: What does !$saw{$_}++ means

by blazar (Canon)
on Jan 26, 2005 at 09:06 UTC ( [id://425151]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my %saw;
    my @out = grep { ! $saw{$_}++ } @in;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (7)
As of 2024-04-18 09:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found