Help for this page
Select Code to Download
Select
or
download this
@foo{'a', 'b', 'c'} = (0, 1, 2);
Select
or
download this
$foo{'a'} = 0; $foo{'b'} = 1; $foo{'c'} = 2;