Dave Adams wrote:
%vegetable_costs = (Beans => 300
Carrots => 200,
Apple => 250 );
Apples are a vegetable?
To get the value of the key called Beans you use $vegetable_costs{Beans} .
How do you do the reverse and get the v
Dave Adams wrote:
> %vegetable_costs = (Beans => 300
>Carrots => 200,
>Apple => 250 );
>
> To get the value of the key called Beans you use $vegetable_costs{Beans} .
>
> How do you do the reverse and get the value of the key
%vegetable_costs = (Beans => 300
Carrots => 200,
Apple => 250 );
To get the value of the key called Beans you use $vegetable_costs{Beans} .
How do you do the reverse and get the value of the key?
Anyone?
--
To unsubscribe, e