in reply to Re^2: hash array
in thread hash array

Hmm, we can't see what's in your %clock_sheet. What is 'clk1'. Is it a key or a value or both in %clock_sheet?

Please show us the content of the %clock_sheet. You can achieve that by:

use Data::Dumper; print Dumper(\%clock_sheet), "\n";

Replies are listed 'Best First'.
Re^4: hash array
by Anonymous Monk on Oct 09, 2012 at 11:31 UTC
    $VAR1 = { 'CLK_DBU' => 'CLK_DBU', 'CLK_IC_LMI0' => 'CLK_IC_LMI0', 'CLK_IC_ODP' => 'CLK_IC_ODP', 'CLK_T2' => 'CLK_T2', 'CLK_T3' => 'CLK_T3', 'CLK_DIRT' => 'CLK_DIRT', 'CLK_T1' => 'CLK_T1', 'CLK_CPU_SYS' => 'CLK_CPU_SYS' };