Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re^3: Extracting unique elements from array

by Anonymous Monk
on Sep 28, 2011 at 21:17 UTC ( [id://928426]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Extracting unique elements from array
in thread Extracting unique elements from array

AH, damn it I have forgotten everything, I swear.

Don't you have a ~/learnperl/arrays/unique.pl file? You should make several of that kind, here is what I have

$ grep -i "%seen" *pl cygwin.mingw.path.pl: my %seen; pm.911928.pl: my %seen; pm.912276.pl:my %seen_header; pm.912276.pl:my %seen_subheader; set.export.path.pl: my %seen = ();

Yes, you could refer to Tutorials/perlintro/perlfaq... http://pleac.sourceforge.net/pleac_perl/arrays.html , but I find I remember these things better when I type the code myself and refer to my files :)

  • Comment on Re^3: Extracting unique elements from array

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (2)
As of 2024-04-19 22:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found