Re: Any DBI equivalent for Pg's method "print"?
- From: "Bob" <catdogbeloved@xxxxxxxxx>
- Date: 27 Feb 2007 11:25:38 -0800
I also tried with the following, and it did not work.
use IO::File;
....
my $fh = new IO::File "> /tmp/test.tmp";
....
my $display = DBI::Format::Box->new();
$display->header($result,$fh);
while (my $r = $result->fetchrow_arrayref()) {$display->row($r)}
$fh->close;
.
- References:
- Prev by Date: Re: Any DBI equivalent for Pg's method "print"?
- Next by Date: (Fwd) DBI's method for reading [row x,field y]
- Previous by thread: Re: Any DBI equivalent for Pg's method "print"?
- Next by thread: (Fwd) DBI's method for reading [row x,field y]
- Index(es):