Re: Newbie question

[prev] [thread] [next] [Date index for 2004/08/11]

From: Tony Bowden
Subject: Re: Newbie question
Date: 12:54 on 11 Aug 2004
On Wed, Aug 11, 2004 at 08:51:15AM -0400, Thomas, Mark - BLS CTR wrote:
>   Music::CD->columns(All => qw/cdid artist title year/);
>   Music::CD->has_a(reldate => 'Time::Piece',
>          inflate => sub { Time::Piece->strptime(shift, "%Y-%m-%d") },
>          deflate => 'ymd',
>   );
> If reldate is not a column, where is it stored?

It is a column. The first line should be changed to reflect this.

Sorry about the confusion.

Tony

Newbie question
Thomas, Mark - BLS CTR 12:51 on 11 Aug 2004

Re: Newbie question
Tony Bowden 12:54 on 11 Aug 2004

Generated at 11:34 on 01 Dec 2004 by mariachi v0.52