Thanks James. I am going to try this method also. Your input is very much appreciated.
JC
James Edward Gray II <[EMAIL PROTECTED]> wrote:
On Jul 16, 2004, at 3:46 PM, jason corbett wrote:
> I want to eliminate the ". " (periord) or "," (comma) from records
> that I return from a query, but I c
Jason,
> I want to eliminate the ". " (periord) or "," (comma) from records that I
> return from a query, but I cannot figure out how to approach it. Does Perl
> have a way that I can match a string that from an array, remove a character or
> characters?
Yes. You could use a regular expression s/
jason corbett <[EMAIL PROTECTED]> wrote:
: I want to eliminate the ". " (periord) or "," (comma) from
: records that I return from a query, but I cannot figure out
: how to approach it. Does Perl have a way that I can match a
: string that from an array, remove a character or characters?
:
:
: F
On Jul 16, 2004, at 3:46 PM, jason corbett wrote:
I want to eliminate the ". " (periord) or "," (comma) from records
that I return from a query, but I cannot figure out how to approach
it. Does Perl have a way that I can match a string that from an array,
remove a character or characters?
For e