in reply to
hashes of hashes of arrays in subroutine
Try installing it with brackets (the anonymous array reference constructor), like so:
$clocks{$pin_name}{'jit'} = [ @jit_values ] ;
Good luck. =o)
Comment on
Re: hashes of hashes of arrays in subroutine
In Section
Seekers of Perl Wisdom