Help for this page

Select Code to Download


  1. or download this
    @foo{'a', 'b', 'c'} = (0, 1, 2);
    
  2. or download this
    $foo{'a'} = 0;
    $foo{'b'} = 1;
    $foo{'c'} = 2;