Help for this page

Select Code to Download


  1. or download this
    $hash{"one"} -> [[1,2,3],[]]
    @{$hash{"one"}} -> ([1,2,3],[])
    ${$hash{"one"}}[0] -> [1,2,3]
    @{${$hash{"one"}}[0]} -> (1,2,3)