in reply to Re: Error with CPAN module XML-BMEcat
in thread Error with CPAN module XML-BMEcat
sub creatCatalogGroup { my ($self, $key) = @_; # pls.don't forget this problem (exists @{$self}[0]->{$key}) ? return @{$self}[0]->{$key} : return Push2PsH($self, $key, CatalogGroup->new()); }
I am not yet sure if it does the right thing, but at least it does not throw an error.
Cheers
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Error with CPAN module XML-BMEcat
by Anonymous Monk on Aug 11, 2017 at 00:17 UTC | |
by derion (Sexton) on Aug 11, 2017 at 12:05 UTC | |
by Anonymous Monk on Aug 11, 2017 at 01:19 UTC |