Re: MyLibrary::Resources.pm

2003-10-30 Thread Ed Summers
Hi Eric: On Tue, Oct 28, 2003 at 03:24:54PM -0500, Eric Lease Morgan wrote: > Attached is a plain o' documentation file (POD) from the current > MyLibrary::Resource module. Comments are welcome, and from the synopsis: Looks like the OOP rewrite is coming along well...and all those nice tests! On

Sybase access from perl

2003-10-30 Thread G.B.Evans
Hi all, I need to be able to interrogate a Sybase table from within a perl program. (The statement would be as simple as SELECT ID FROM TERM_TABLE WHERE VALUE="a string") Could some-one point me in the direction of some documentation please. Geoff.

Re: Sybase access from perl

2003-10-30 Thread Ed Summers
On Thu, Oct 30, 2003 at 04:37:28PM -, G.B.Evans wrote: > I need to be able to interrogate a Sybase table from within a perl > program. > (The statement would be as simple as SELECT ID FROM TERM_TABLE WHERE > VALUE="a string") You'll want to use DBI and DBD::Sybase. DBI is Perl's generic interf

Updating an array

2003-10-30 Thread Michael Bowden
Hi folks: I first want to apologize for this post. I think that during the fall back, I lost a few brain cells. I am working on a Perl script to update a data file. I load my data into an array. I want to cycle through the array and make changes. Then output the array to a file. In the past

Re: MyLibrary::Resources.pm

2003-10-30 Thread Eric Lease Morgan
Ed wrote: >> Attached is a plain o' documentation file (POD) from the current >> MyLibrary::Resource module. Comments are welcome, and from the synopsis: >> > Looks like the OOP rewrite is coming along well...and all those nice tests! > > One question about the code I checked out from CVS, it ap

Re: Updating an array

2003-10-30 Thread Brad Baxter
On Thu, 30 Oct 2003, Michael Bowden wrote: > I read in an array from a file. It looks something like this: > > 200044455669,,abcdefg,777,f00,f00,f00,f00,a01,b23,c45,d00,e10,no,no,no,no,no, > 200011122333,,hikls,223,f32,f43,f00,f00,a04,b06,c08,d03,e09,no,no,no,no,no, > mrgreenjeans,,pqrstu

Re: Updating an array

2003-10-30 Thread Michael McDonnell
Michael Bowden wrote: Hi folks: I first want to apologize for this post. I think that during the fall back, I lost a few brain cells. I am working on a Perl script to update a data file. I load my data into an array. I want to cycle through the array and make changes. Then output the array to

Re: Updating an array

2003-10-30 Thread Dale Bewley
On Thu, 2003-10-30 at 12:26, Michael Bowden wrote: > Hi folks: > > I first want to apologize for this post. I think that during the fall > back, I lost a few brain cells. > > I am working on a Perl script to update a data file. I load my data > into an array. I want to cycle through the arra