Dermot wrote:
> On 13 February 2010 06:42, Owen wrote:
>> The program below works, but I don't believe I have to make the
>> reference # my $svgs = \...@svgs; to get it into the hash;
>>
>> I think I should be able to do something like
>>
>> $folders{$folder} = @svgs;
>> print "$folders{Zt
On 13 February 2010 06:42, Owen wrote:
> The program below works, but I don't believe I have to make the
> reference # my $svgs = \...@svgs; to get it into the hash;
>
> I think I should be able to do something like
>
> $folders{$folder} = @svgs;
> print "$folders{Ztyx}->[3]\n";
You want
> "O" == Owen writes:
O> The program below works, but I don't believe I have to make the
O> reference # my $svgs = \...@svgs; to get it into the hash;
believe it.
O> I think I should be able to do something like
O> $folders{$folder} = @svgs;
why do you think that should wo