Re: Getting rid of returns

2003-08-14 Thread James Edward Gray II
On Thursday, August 14, 2003, at 01:11 PM, Trina Espinoza wrote: Let me start of with a smaller question. . .. I saw your early question, but it is kind of vast. :) How far you need to go depends on how many types of files you need to support. You could be talking about using a lot of module

Re: Getting rid of returns

2003-08-14 Thread awards
Hi I do $string=~ s/\r//g; "Trina Espinoza" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Let me start of with a smaller question. . .. How do you get rid of returns? I known chomp gets rid of new lines, but I don't know how to get rid of returns. My code accepting data from the

Getting rid of returns

2003-08-14 Thread Trina Espinoza
Let me start of with a smaller question. . .. How do you get rid of returns? I known chomp gets rid of new lines, but I don't know how to get rid of returns. My code accepting data from the user. I just need to start by filtering out \n's and \r's I tried the code (snippet below), but there seem