Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: Chomp is removing the whole word instead of the newline

by Ratazong (Monsignor)
on Jul 25, 2012 at 09:34 UTC ( [id://983590]=note: print w/replies, xml ) Need Help??


in reply to Chomp is removing the whole word instead of the newline

From the docs:

It (chomp) returns the total number of characters removed from all its arguments

So   my $var = chomp ($row[1]); is not doing what you expect it to do.

Rata

Replies are listed 'Best First'.
Re^2: Chomp is removing the whole word instead of the newline
by slayedbylucifer (Scribe) on Jul 25, 2012 at 09:51 UTC
    You know what, i did read exact same line in the documentation but I think i did not interpret it correctly. thanks for your time.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (10)
As of 2024-04-19 08:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found