Re: Newbie question
[prev]
[thread]
[next]
[Date index for 2004/08/11]
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
|
|
Re: Newbie question
Tony Bowden 12:54 on 11 Aug 2004
|