Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Difference between two arrays

by injunjoel (Priest)
on Mar 22, 2006 at 17:26 UTC ( [id://538552]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    print "\nHUGE OFFSETS:\n";
    print "$huge_offset{$_}: ".($start{$_}-1)." to ".($_ - 1)."\n" for( so
    +rt {$a<=>$b} keys %huge_offset);
    
  2. or download this
    BEFORE:  1 2 3 4 5 6 7 8 9 10
    AFTER:   2 3 4 5 1 6 7 8 9 10
    ...
    HUGE OFFSETS:
    1: 0 to 4
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (8)
As of 2024-03-28 09:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found