Help for this page

Select Code to Download


  1. or download this
    @clk_array = keys %clock_sheet;
    
  2. or download this
    @clk_array = values %clock_sheet;
    
  3. or download this
    @clk_with_suffix = map "$_-name", @clk_array;