Guest User

Untitled

a guest
Jul 21st, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. %hash = {
  2. Param1 => “value1,
  3. Param2 => “value2,
  4. ParamArray => @(
  5. “Array1”,
  6. “Array2”’
  7. )
  8. }
  9.  
  10. # also how to deref nested array?
  11. @Array1 = @{$hash{ParamArray}};
Add Comment
Please, Sign In to add comment