Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Match string in array

by chester (Hermit)
on Oct 03, 2005 at 19:15 UTC ( [id://497028]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
    print join "\n", $array1->difference($array2), "\n";
    print "In array2, not in array1:\n";
    print join "\n", $array2->difference($array1), "\n";
    
  2. or download this
    In array1, not in array2:
    fourteen
    one
    ...
    violet
    indigo
    yellow
    

Log In?
Username:
Password:

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

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

    No recent polls found