Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Re: Re: Re: Entering external data

by blue_cowdawg (Monsignor)
on Aug 10, 2003 at 14:23 UTC ( [id://282626]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: Re: Entering external data
in thread Entering external data

Actually ido50 the description of chomp I get from perldoc -f chomp is as follows:

    chomp This safer version of "chop" removes any trailing string that corresponds to the current value of $/ (also known as $INPUT_RECORD_SEPARATOR in the "English" module). It returns the total number of characters removed from all its arguments. It’s often used to remove the newline from the end of an input record when you’re worried that the final record may be missin +g its newline. When in paragraph mode ("$/ = """), it removes all trailing newlines from the string. When in slurp mode ("$ +/ = undef") or fixed‐length record mode ($/ is a reference + to an integer or the like, see perlvar) chomp() won’t remove anythin +g thing. If VARIABLE is omitted, it chomps $_.

Meaning that if you want to get rid of the newlines chomp is your better bet over chop.

The command "perldoc" is your friend.


Peter @ Berghold . Net

Sieze the cow! Bite the day!

Nobody expects the Perl inquisition!

Test the code? We don't need to test no stinkin' code!
All code posted here is as is where is unless otherwise stated.

Brewer of Belgian style Ales

Log In?
Username:
Password:

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

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

    No recent polls found