FastNetMon

Monday 30 April 2012

uniq в Perl на Debian

apt-get install -y liblist-moreutils-perl
my @unique = uniq @faculty;foreach ( @unique ) {print $_, "\n";}
 Источник: http://stackoverflow.com/questions/439647/how-do-i-print-unique-elements-in-perl-array

No comments :

Post a Comment

Note: only a member of this blog may post a comment.