On Sun, Feb 13, 2000 at 02:17:37PM +0000, Bart Lateur wrote: > On Sat, 12 Feb 2000 10:22:26 -0500, Ronald J Kimball wrote: > > >@IPN = split "\\.", $1; # workable > > Right. The string itself is backslash + dot. > > >@IPN = split "\.", $1; # also workable > > WRONG. This is identical to ".". Oops. Those should have been single quotes. :( Ronald # ===== Want to unsubscribe from this list? # ===== Send mail with body "unsubscribe" to macperl-request@macperl.org