Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re^3: perl grep with regex

by choroba (Cardinal)
on Jun 30, 2014 at 13:37 UTC ( [id://1091716]=note: print w/replies, xml ) Need Help??


in reply to Re^2: perl grep with regex
in thread perl grep with regex

There's probably some whitespace at the end of the lines in the file. Remove it:
s/\s+$// for @arr2;
لսႽ† ᥲᥒ⚪⟊Ⴙᘓᖇ Ꮅᘓᖇ⎱ Ⴙᥲ𝇋ƙᘓᖇ

Replies are listed 'Best First'.
Re^4: perl grep with regex
by swissknife (Sexton) on Jun 30, 2014 at 14:20 UTC

    actually the space was in the beginning of line. i removed it and now it is working correctly.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (4)
As of 2024-04-19 22:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found