Re: Best Perl Option?

From: Network Administrator <netadmin(at)vcsn(dot)com>
To: David Busby <busby(at)pnts(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Best Perl Option?
Date: 2003-11-01 13:22:30
Message-ID: 1067692950.3fa3b3966db50@webmail.vcsn.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Quoting David Busby <busby(at)pnts(dot)com>:

> List,
> Which of the may Perl Modules on CPAN should I use for PostgreSQL. I'd
> prefer the fastest/most up to date module. Which is it or do I have to dig
> through them all?
>
>
> David Busby
> Systems Engineer
> busby(at)pnts(dot)com
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/docs/faqs/FAQ.html
>

David,
What are you looking to do? The basic stuff is the database connection which
can be handled by Pg.pm or DBD:Pg (DBI stuff). Authorization modules for Apache
are plentify on CPAN. I've never used any because I ended up writing my own but
they have been discussed here as well.

That's just the basics though. Don't forget you also have the option writing
your SP's in pl/perl as well. That has nothing to do with modules but has
everything to do with perl and being about to write your server side functions
in a language that your are comforatable with :)

Good luck!

--
Keith C. Perry
Director of Networks & Applications
VCSN, Inc.
http://vcsn.com

____________________________________
This email account is being host by:
VCSN, Inc : http://vcsn.com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Martijn van Oosterhout 2003-11-01 13:33:41 Re: PG_RESTORE/DUMP Question
Previous Message Alex 2003-11-01 13:20:42 Re: PG_RESTORE/DUMP Question