Re: Time to Document Callbacks
"David E. Wheeler" <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.dbi.sybase.devel |
|---|---|
| Message-ID | <[email protected]> |
On Oct 27, 2009, at 1:38 PM, David Nicol wrote:
> one would do
>
> $sth->AddPostCallback( fetch => sub {
> my ($sth, $row) = @_;
> $row->[3] = DateTime::Format::Pg->parse_datetime($row->[3]);
> });
+1
David