Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Balancing Coding Time And Code Quality

by Abigail-II (Bishop)
on Dec 04, 2003 at 10:03 UTC ( [id://312162]=note: print w/replies, xml ) Need Help??


in reply to Re: Balancing Coding Time And Code Quality
in thread Balancing Coding Time And Code Quality

map { chomp; $_ => undef} but you should have written map { local $_ = $_; chomp; $_ => undef }.
Really? Did the program ran incorrectly? Do you get kicked out of the Perl Programmers Pond if you alter input data in a map?

Abigail

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (3)
As of 2024-04-25 12:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found