Re: [techtalk] Postgresql and perl...

2000-01-04 Thread Kirrily 'Skud' Robert
Michelle Leonard wrote: > >So now my question is where are examples/docs on how >to hook into this using perl instead of pgsql? I did >install the postgresql-perl rpm... Netizen's training course materials for "Web-enabled databases with Perl and DBI" are online in full, under an open publicatio

Re: [techtalk] Postgresql and perl...

2000-01-04 Thread Nils Philippsen
On Tue, 4 Jan 2000, Michelle Leonard wrote: > So now my question is where are examples/docs on how > to hook into this using perl instead of pgsql? I did > install the postgresql-perl rpm... You use the module Pg: -- 8< -- snip -- use Pg; my $conn; my @resultarray; my $row; my $col; $conn =

Re: [techtalk] Postgresql and perl...

2000-01-04 Thread Sean McAfee
Michelle Leonard <[EMAIL PROTECTED]> wrote: >I decided to start out with postgresql - if I'm >learning something new I may as well go with the >"everything" version, so I won't have to do it again >later... >So I have sucessfully installed it, and I reviewed >docs and played around with pgsql. I

[techtalk] Postgresql and perl...

2000-01-04 Thread Michelle Leonard
Thanks for all the info! I decided to start out with postgresql - if I'm learning something new I may as well go with the "everything" version, so I won't have to do it again later... So I have sucessfully installed it, and I reviewed docs and played around with pgsql. I'm also kicking myself f