Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

How to Test if Two Arrays are Ordered in the Same Way

by monkfan (Curate)
on Jun 06, 2005 at 05:44 UTC ( [id://463839]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
    
       return $decision;
    }
    
  2. or download this
    First Case:       Second Case:
    0                 0
    0                 1
    0                 1
    1
    
  3. or download this
    First Case:       Second Case:
    0                 0
    1                 1
    1                 1
    1
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (5)
As of 2024-03-28 23:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found