Re: Remove CRLF

2002-06-16 Thread drieux
On Saturday, June 15, 2002, at 03:04 , Michael Pratt wrote: > Whats the command for removing the CRLF? > > Mike Mike, As noted the simple solution is 'chomp' - assuming that you are on a system that considers to be the EOL token... but sometimes you want to expressly get the eolOut: http://

Re: Remove CRLF

2002-06-15 Thread Ovid
--- Michael Pratt <[EMAIL PROTECTED]> wrote: > Whats the command for removing the CRLF? > > Mike I assume you want to remove the input record separator from a variable. If so, you can read perldoc -f chomp Cheers, Curtis "Ovid" Poe = "Ovid" on http://www.perlmonks.org/ Someone asked

Remove CRLF

2002-06-15 Thread Michael Pratt
Whats the command for removing the CRLF? Mike -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]