Beefy Boxes and Bandwidth Generously Provided by pair Networks Bob
Perl Monk, Perl Meditation
 
PerlMonks  

Re: compare array with file

by Anonymous Monk
on Apr 24, 2012 at 12:20 UTC ( #966814=note: print w/ replies, xml ) Need Help??


in reply to compare array with file

You forgot to remove trailing whitespace (newlines) chomp or  @a = map { my $l = length $_; unpack "A$l", $_; } <FILE>;


Comment on Re: compare array with file
Download Code
Re^2: compare array with file
by cinil (Initiate) on Apr 30, 2012 at 12:27 UTC

    Thanks to everyone for the help.

Log In?
Username:
Password:

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

How do I use this? | Other CB clients
Other Users?
Others exploiting the Monastery: (10)
As of 2013-05-18 10:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    The best material for plates (tableware) is:









    Results (391 votes), past polls