http://qs1969.pair.com?node_id=312765

Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

Hi. I have array @all_names=(john, andy, bill,andy, john, julia, bill). What I'd like to do is make an other array based on the first array. Array called @names should have every name just one time: (john,andy,bill, julia)
Pasi