Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Perl
Perl Misc
[newbie] list elements
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
Reply to thread
Message
[QUOTE="Gunter Schelfhout, post: 4741398"] Try your array once in real code. ;-) A solution: $seen{$_}++ foreach @a; @unique = sort keys %seen; Another array? Buy the Perl cookbook. It has a lot of codesnippets to solve problems like this. [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Perl
Perl Misc
[newbie] list elements
Top