Re: Any DBI equivalent for Pg's method "print"?
- From: "Bob" <catdogbeloved@xxxxxxxxx>
- Date: 27 Feb 2007 11:03:13 -0800
I tried with the standard IO Handle, but it does not work....
open (wFile, ">/tmp/test.tmp") or die("Oops on open: $!");
....
my $display = DBI::Format::Box->new();
$display->header($result,\*wFile);
while (my $r = $result->fetchrow_arrayref()) {$display->row($r)}
.
- References:
- Prev by Date: Any DBI equivalent for Pg's method "print"?
- Next by Date: Re: Any DBI equivalent for Pg's method "print"?
- Previous by thread: Any DBI equivalent for Pg's method "print"?
- Next by thread: Re: Any DBI equivalent for Pg's method "print"?
- Index(es):