<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Linux Forum &mdash; Подружить PostgreSQL с Perl]]></title>
	<link rel="self" href="https://linuxforum.ru/extern.php?action=feed&amp;tid=3528&amp;type=atom" />
	<updated>2010-05-16T19:53:51Z</updated>
	<generator>PunBB</generator>
	<id>https://linuxforum.ru/viewtopic.php?id=3528</id>
		<entry>
			<title type="html"><![CDATA[Re: Подружить PostgreSQL с Perl]]></title>
			<link rel="alternate" href="https://linuxforum.ru/viewtopic.php?pid=51835#p51835" />
			<content type="html"><![CDATA[<p>DBD::Pg ?</p>]]></content>
			<author>
				<name><![CDATA[Hvzh]]></name>
			</author>
			<updated>2010-05-16T19:53:51Z</updated>
			<id>https://linuxforum.ru/viewtopic.php?pid=51835#p51835</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Подружить PostgreSQL с Perl]]></title>
			<link rel="alternate" href="https://linuxforum.ru/viewtopic.php?pid=51342#p51342" />
			<content type="html"><![CDATA[<p>Начну с того что PostgreSQL работает и я удачно установил на локалку phpBB 3<br />Mandriva 2010.0<br />postgresql 8.4.2<br />postgresql8.4-server 8.4.2<br />postgresql8.4-plperl 8.4.2<br />mono-data-postgresql 2.4.23</p><div class="codebox"><pre><code>#!/usr/bin/perl

use DBI;

@drivers = DBI-&gt;available_drivers;
print &quot;------------- drivers -----------\n&quot;;
for $i (@drivers) {
  print &quot;$i\n&quot;;
}
print &quot;---------------------------\n&quot;;</code></pre></div><p>выдает<br /></p><div class="codebox"><pre><code>[test@localhost cgi-bin]$ ./test.pl
------------- drivers -----------
DBM
ExampleP
File
Gofer
Sponge
mysql
---------------------------</code></pre></div><p>А модуля Pg нету в списке. может я какой то пакет не установил?</p>]]></content>
			<author>
				<name><![CDATA[Leviafan]]></name>
				<uri>https://linuxforum.ru/profile.php?id=964</uri>
			</author>
			<updated>2010-05-15T14:01:41Z</updated>
			<id>https://linuxforum.ru/viewtopic.php?pid=51342#p51342</id>
		</entry>
</feed>
