On Thu, 23 Dec 1999 Thomas.Schmitt@ruv.de wrote: >Consider the following program. > >#!/bin/perl >$a='3-2=1'; >print join(':', split /-|=/, $a), > "\n", > join(':', split /=|-/, $a); > >But under AIX, it behaves buggy: > >3:2=1 >3:2:1 This works fine for me on all of the RS6000's that I have access to: one with 5.003_2 and AIX 4.2.1, one with 5.003_3 and AIX 4.2.1, and one with 5.003_3 and AIX 4.3.2. --davidThread Previous | Thread Next