Re: Array and Pattern matching

2003-06-30 Thread Rob Dixon
B. Fongo wrote: > Hi > > I have a file containing arrays of numbers. I 'm trying to get a > subroutine iterate the file and print ONLY arrays with three elements > into a second file. None of the elements has more than 2 digits. So I > tried with a pattern match, it fails to deliver the right resul

Re: Array and Pattern matching

2003-06-30 Thread Paul Johnson
On Mon, Jun 30, 2003 at 08:52:32PM +0200, B. Fongo wrote: > Hi > > I have a file containing arrays of numbers. I 'm trying to get a > subroutine iterate the file and print ONLY arrays with three elements > into a second file. None of the elements has more than 2 digits. So I > tried with a pattern