or@clk_array = keys %clock_sheet;
@clk_array = values %clock_sheet;
To distribute the suffix over every element, you can use map:
@clk_with_suffix = map "$_-name", @clk_array;
In reply to Re^3: hash array
by bart
in thread hash array
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |