<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman, new york, times, serif;font-size:12pt"><DIV>Estou tentando rodar o script abaixo, mas esta aparecendo um erro com o driver proxy.ppm, ja tentei baixar no ppm mas não encontro.<BR><BR>#!/usr/bin/perl -w<BR>#<BR># ch04/listdsns: Enumerates all data sources and all installed drivers<BR>#<BR>use DBI;<BR>### Probe DBI for the installed drivers<BR>my @drivers = DBI-&gt;available_drivers();<BR>die "No drivers found!\n" unless @drivers; # should never happen<BR><BR>### Iterate through the drivers and list the data sources for each one<BR>foreach my $driver ( @drivers ) {<BR>print "Driver: $driver\n";<BR>my @dataSources = DBI-&gt;data_sources( $driver );<BR>foreach my $dataSource ( @dataSources ) {<BR>print "\tData Source is $dataSource\n";<BR>}<BR>print "\n";<BR>}<BR>exit;<BR><BR>O erro fala que a compilação do modulo teve que ser
 abortada, ou ouve falha na complilação modulo DBD::Proxy<BR><BR>Ajuda por favor :) </DIV></div><br>


      Flickr agora em português. Você clica, todo mundo vê. <a href="http://br.rd.yahoo.com/mail/taglines/flickr/*http://www.flickr.com.br/">Saiba mais</a>.
</body></html>