Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re^3: How do i do a direct comparison of an array of strings?

by gone2015 (Deacon)
on Feb 20, 2009 at 01:13 UTC ( [id://745248]=note: print w/replies, xml ) Need Help??


in reply to Re^2: How do i do a direct comparison of an array of strings?
in thread How do i do a direct comparison of an array of strings?

Or even:

sub differing_positions { my @c = unpack('C*', $_[0] ^ $_[1]) ; return grep $c[$_], (0..$#c) ; }

Replies are listed 'Best First'.
Re^4: How do i do a direct comparison of an array of strings?
by AnomalousMonk (Archbishop) on Feb 20, 2009 at 11:36 UTC

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (1)
As of 2024-04-25 00:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found