in reply to Re: Re: Unique array w/o repeated elements and still keep the original order!
in thread Unique array w/o repeated elements and still keep the original order!
while (my $line_holder = <FILE>) { foreach etc...
while(<FILE>){ my $line_holder = $_; #GOTCHA foreach my $val(@lines){
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Re: Re: Unique array w/o repeated elements and still keep the original order!
by DamnDirtyApe (Curate) on Aug 09, 2002 at 20:46 UTC | |
by demerphq (Chancellor) on Aug 09, 2002 at 21:05 UTC | |
by jynx (Priest) on Aug 09, 2002 at 21:17 UTC | |
by demerphq (Chancellor) on Aug 09, 2002 at 21:28 UTC |