in reply to Re: Re: Random Imaging
in thread Random Imaging
When you use $$img{...}, what does using two $'s mean...does that signify that you are using an array of hashes rather than just a simple arrayYes and no. An array of hashes are really an array of references to hashes. Therefore when you fetch something from the array, you get a hash reference back.
|
|---|