On Tue, 30 Apr 2002, Larry wrote:
> Anyway, I do not see the program run. Of course I am doing something very
> basic wronganyone know what it is??? Thanks !!!
What "program" is it? You likely won't see it do much in the GUI in the normal
course of things, as Perl will usually do things
On Tue, 23 Apr 2002, Ron wrote:
> I have been using the below subroutine for Parsing my data from forms. The
> question I have; can someone explain this line to me,
> $value =~ tr/+/ /;
>
> The tr has me a bit confused.
tr is "transliterate", so it translates the first argument (+, in this cas