Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: Re: Re: Unique array w/o repeated elements and still keep the original order!

by TexasTess (Beadle)
on Aug 09, 2002 at 20:34 UTC ( [id://189032]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    while (my $line_holder = <FILE>) {
      foreach etc...
    
  2. or download this
    while(<FILE>){
        my $line_holder = $_; #GOTCHA
        foreach my $val(@lines){
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://189032]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (7)
As of 2024-04-19 09:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found