Re: Learning to use map and grep

2004-01-23 Thread Rob Dixon
Paul Kraus wrote: > > This is a simple bit of code that scans through a file and determines the > width setting for columns that will eventually be written out using > spreadsheet::writexcel. It works fine but I am curious if there is a way to > do it with map or grep that would be better? This is

RE: Learning to use map and grep

2004-01-22 Thread Paul Kraus
tor > -Original Message- > From: James Edward Gray II [mailto:[EMAIL PROTECTED] > Sent: Thursday, January 22, 2004 9:31 AM > To: Paul Kraus > Cc: 'Perl Beginners' > Subject: Re: Learning to use map and grep > > On Jan 22, 2004, at 8:24 AM, Paul Kraus wrote: >

Re: Learning to use map and grep

2004-01-22 Thread James Edward Gray II
On Jan 22, 2004, at 8:24 AM, Paul Kraus wrote: This is a simple bit of code that scans through a file and determines the width setting for columns that will eventually be written out using spreadsheet::writexcel. It works fine but I am curious if there is a way to do it with map or grep that wo

Learning to use map and grep

2004-01-22 Thread Paul Kraus
This is a simple bit of code that scans through a file and determines the width setting for columns that will eventually be written out using spreadsheet::writexcel. It works fine but I am curious if there is a way to do it with map or grep that would be better? This is more for learning the pract