In article <[EMAIL PROTECTED]>, Kevin Pfeiffer wrote:
[...]
> The thing to add (I'd have to check the Perl Cookbook for the terminology)
> is a "reverse lookup"(?) so that in addition to:
>
> $album{$upc}
>
> you could also access your data via:
>
> $album{$album_name}
>
> (I think -- trying to remember this from what I've read)...
Just looked -- page 382 talks about constructing useful record data types
using references. So that you could also have (something like):
$byAlbumName{"Country Male..."}->{track}[1] eq "Some Days Ya Gotta Dance"
Sorry if this is all old news -- it's still new to me.
-K
--
Kevin Pfeiffer
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]