Re: Chomp method
- From: jmurill0@xxxxxxxxxxx (Jaime Murillo)
- Date: Wed, 26 Apr 2006 23:07:38 -0700
On Wednesday 26 April 2006 22:51, AndrewMcHorney wrote:
HelloHey Andrew
I am wondering how the chomp function works. I am looking to see how
I can truncate new line and/or carriage returns from a string. Will
chomp do nothing if there are no carriage return or line feed at the
end. If the end of the string has a space will it leave it alone?
The good way to learn how a function works is to use the perldoc utility.
perldoc -f <function>
.
Andrew
- Follow-Ups:
- Re: Chomp method
- From: Mr. Shawn H. Corey
- Re: Chomp method
- References:
- Chomp method
- From: AndrewMcHorney
- Chomp method
- Prev by Date: Re: Chomp method
- Next by Date: Re: Chomp method
- Previous by thread: Re: Chomp method
- Next by thread: Re: Chomp method
- Index(es):