Help for this page
#!/usr/bin/perl -w use strict; ... push @out,$_ unless $saw{$_}++; } print join ":",@out;