Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: How to compare elements within an array

by kcott (Archbishop)
on Feb 23, 2014 at 08:33 UTC ( [id://1075875]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl -l
    
    ...
            unshift @labsets, $set2 if defined $set2;
        } 
    }
    
  2. or download this
    PAIRED: lab1_set1.txt and lab1_set2.txt
    BAD FILENAME: oops___should_not_be_in_this_list.txt
    ...
    NOT PAIRED: lab100_set2.txt
    NOT PAIRED: lab101_set1.txt
    BAD FILENAME: lab101_set2.txts
    
  3. or download this
    #!/usr/bin/env perl -l
    
    ...
            unshift @labsets, $set2;
        } 
    }
    
  4. or download this
    PAIRED: lab1_set1.txt and lab1_set2.txt
    BAD FILENAME: oops___should_not_be_in_this_list.txt
    ...
    NOT PAIRED: lab4_set1.txt
    PAIRED: lab99_set1.txt and lab99_set2.txt
    NOT PAIRED: lab100_set1.txt
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (2)
As of 2024-04-25 02:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found