Newbie question
[prev]
[thread]
[next]
[Date index for 2004/08/11]
I have a question about this part of the synopsis:
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?
Thanks,
- Mark.
|
Newbie question
Thomas, Mark - BLS CTR 12:51 on 11 Aug 2004
|