santoshsas02 has asked for the wisdom of the Perl Monks concerning the following question:
code:
my $temp = retrieve 'test1';
$temp = $$temp;
my $spec = ClusterConfigSpecEx->new();
if i remove the Storable library from the script i am able to create the Spec object Can you Help me Thank you
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Storable library is masking the other libraries of perl
by kcott (Archbishop) on Jan 12, 2014 at 14:16 UTC | |
|
Re: Storable library is masking the other libraries of perl
by Preceptor (Deacon) on Jan 12, 2014 at 13:59 UTC | |
|
Re: Storable library is masking the other libraries of perl
by Anonymous Monk on Jan 12, 2014 at 11:56 UTC |