![]() |
|
Perl-Sensitive Sunglasses | |
PerlMonks |
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 ( #189041=note: print w/replies, xml ) | Need Help?? |
That is certainly != to what I wrote.... Exactly the point. In your code, each iteration of the loop assigns the next row to $_ (your while statement), then assigns the following line to $line_holder. The line assigned to $_ is never handled, so it just get's "skipped." In any case, couldn't the whole process be reduced to
? _______________ DamnDirtyApe Those who know that they are profound strive for clarity. Those who would like to seem profound to the crowd strive for obscurity. --Friedrich Nietzsche
In Section
Seekers of Perl Wisdom
|
|