in reply to
Re^3: PUSH Question
in thread
PUSH Question
You mean
${$config}{groups}
, not
%{$config}{groups}
, just like accessing the value for key foo in %hash is
$hash{foo}
, not
%hash{foo}
.
--
Online Fortune Cookie Search
Office Space merchandise
Comment on
Re^4: PUSH Question
Select
or
Download
Code
In Section
Seekers of Perl Wisdom