Re: MP3::Tag and Reading values from a Hash

2006-10-23 Thread Gav Ford
xavier mas wrote: to assing values to a (key of ) hash do as: $hash_name{$key_name} = $value_name. to read same pair key/value use each function into a while loop: while (($key_name, $value_name)) = each %hash_name). sign % indicates the whole hash. Thanks for the help, I"m sorry if I'm a

Re: MP3::Tag and Reading values from a Hash

2006-10-22 Thread xavier mas
A Diumenge 22 Octubre 2006 18:38, Gav Ford va escriure: > Hello, > > I'm just starting out here and hope someone can help, I think I've > gotten all confused over how to read values from a Hash. > > Or it could be I've just got totally the wrong end of the stick. > > The data in question is the alb