On Wed, 6 Mar 2002, Fred Sahakian wrote:
> Im taking in data through a Perl Script with the following conversion:
>
> $value = ~s/Apple/Orange/g;
>
> This is fine for new data, but each time the program is run it's
> taking all the data being entered and turning the apples into oranges,
> any id
On 3/6/02 2:25 PM, Fred Sahakian <[EMAIL PROTECTED]> wrote:
> Hi Crew:
Hi Fred,
> Here's one--
>
> Im taking in data through a Perl Script with the following conversion:
>
> $value = ~s/Apple/Orange/g;
>
>
> This is fine for new data, but each time the program is run it's taking all
> the d
Hi Crew:
Here's one--
Im taking in data through a Perl Script with the following conversion:
$value = ~s/Apple/Orange/g;
This is fine for new data, but each time the program is run it's taking all the data
being entered and turning the apples into oranges, any ideas how I get the program to