in reply to Re^4: Excel automatically pulling data from Perl?
in thread Excel automatically pulling data from Perl?
Hmm...digging through the PostgreSQL docs, I see that it should be possible to have PG user-defined-functions in perl, via a perl plugin for PG.
So I guess you might be able to do some appropriate CREATE FUNCTION calls to stash some perl code within your db server and then define some PG views in terms of these functions.
Or is this adding too much complexity, especially since the HTTP solution exists?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: Excel automatically pulling data from Perl?
by tilly (Archbishop) on Jun 29, 2007 at 16:54 UTC | |
by jbert (Priest) on Jul 01, 2007 at 16:45 UTC | |
by tilly (Archbishop) on Jul 02, 2007 at 20:43 UTC |