Re: Need RE. New to Perl

2005-04-20 Thread John W. Krahn
Keith Worthington wrote: Hi All, Hello, I am new to the list and need some quick help. I have been kicking around with vi and sed for years but never took the time to learn Perl. Now I need to use Perl and could really use a jumpstart. I am writing a function in the Postgresql database using Perl

Re: Help with split Was Need RE. New to Perl

2005-04-19 Thread Keith Worthington
On Tue, 19 Apr 2005 13:19:31 -0400, Jay Savage wrote > On 4/19/05, Keith Worthington <[EMAIL PROTECTED]> wrote: > > On Tue, 19 Apr 2005 10:23:00 -0400, Jay Savage wrote > > > On 4/19/05, Keith Worthington <[EMAIL PROTECTED]> wrote: > > > > Hi All, > > > > > > > > Many thanks to Jay for his examples

Re: Help with split Was Need RE. New to Perl

2005-04-19 Thread Jay Savage
On 4/19/05, Keith Worthington <[EMAIL PROTECTED]> wrote: > On Tue, 19 Apr 2005 10:23:00 -0400, Jay Savage wrote > > On 4/19/05, Keith Worthington <[EMAIL PROTECTED]> wrote: > > > Hi All, > > > > > > Many thanks to Jay for his examples I have now written a perl script > > > that is munging a text fi

Re: Help with split Was Need RE. New to Perl

2005-04-19 Thread Keith Worthington
On Tue, 19 Apr 2005 10:23:00 -0400, Jay Savage wrote > On 4/19/05, Keith Worthington <[EMAIL PROTECTED]> wrote: > > Hi All, > > > > Many thanks to Jay for his examples I have now written a perl script > > that is munging a text file. Eventually I will move the perl code > > into a function inside

Re: Help with split Was Need RE. New to Perl

2005-04-19 Thread Jay Savage
On 4/19/05, Keith Worthington <[EMAIL PROTECTED]> wrote: > Hi All, > > Many thanks to Jay for his examples I have now written a perl script that is > munging a text file. Eventually I will move the perl code into a function > inside a postgresql database. > > I am processing inputs like the foll

Help with split Was Need RE. New to Perl

2005-04-19 Thread Keith Worthington
Hi All, Many thanks to Jay for his examples I have now written a perl script that is munging a text file. Eventually I will move the perl code into a function inside a postgresql database. I am processing inputs like the following: 815 HTPP Black 2in sq Border: RMFP025BK Size: 7'10" x 16' Tag:

Re: Need RE. New to Perl

2005-04-18 Thread Keith Worthington
On Mon, 18 Apr 2005 15:30:39 -0400, Jay Savage wrote > On 4/18/05, Keith Worthington <[EMAIL PROTECTED]> wrote: > > Hi All, > > > > I am new to the list and need some quick help. I have been > > kicking around with vi and sed for years but never took the > > time to learn Perl. Now I need to use

Re: Need RE. New to Perl

2005-04-18 Thread Jay Savage
On 4/18/05, Keith Worthington <[EMAIL PROTECTED]> wrote: > Hi All, > > I am new to the list and need some quick help. I have been kicking around > with vi and sed for years but never took the time to learn Perl. Now I need > to use Perl and could really use a jumpstart. > > I am writing a funct

Re: Need RE. New to Perl

2005-04-18 Thread Chris Devers
On Mon, 18 Apr 2005, Keith Worthington wrote: > Any help would be appreciated. Write a program. Use the DBI module for the database programming. Get the DBD::Pg plugin to DBI for the PostgreSQL driver. Get this stuff from CPAN if it isn't on your system already. Break the problem down into si

Need RE. New to Perl

2005-04-18 Thread Keith Worthington
Hi All, I am new to the list and need some quick help. I have been kicking around with vi and sed for years but never took the time to learn Perl. Now I need to use Perl and could really use a jumpstart. I am writing a function in the Postgresql database using Perl because of its text processin