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

Re^2: Matching numeric digits in strings

by davorg (Chancellor)
on Jan 10, 2007 at 12:53 UTC ( [id://593897]=note: print w/replies, xml ) Need Help??


in reply to Re: Matching numeric digits in strings
in thread Matching numeric digits in strings

map{chomp($_)}@infile; map{chomp($_)}@reqids;

I think you mean:

chomp @infile; chomp @reqids;

Isn't that simpler?

--
<http://dave.org.uk>

"The first rule of Perl club is you do not talk about Perl club."
-- Chip Salzenberg

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (8)
As of 2024-04-20 00:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found