> "Michael" == Michael Kelly <[EMAIL PROTECTED]> writes:
Michael> Well, all I know is that, in my experience, joining things
Michael> with an empty regex can introduce extra characters. For
Michael> instance:
Michael> @array = qw(a apple b banana);
Michael> $scalar = join(//,@array)
On 9/5/01 3:14 PM, Paul Jasa wrote:
> Fellow Perl enthusiasts,
> I have a major issue that I don't even know where to begin to explore for a
> solution. I call it the "Crazy t" because it has to do with a "t" that
> appears out of nowhere, intermittenlty, on my scripts when I run them. I
> ha