eXile has asked for the wisdom of the Perl Monks concerning the following question:
From 11 and 12 I thought $Cache::MaxSize{__PACKAGE__} = 2000 (at least that is what I want it to be), but it's undef. What am I missing?DB<11> x __PACKAGE__ 0 'Item::Mimepart' DB<12> x $Cache::MaxSize{'Item::Mimepart'} 0 2000 DB<13> x $Cache::MaxSize{__PACKAGE__} 0 undef
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: usage of __PACKAGE__
by borisz (Canon) on Jul 20, 2004 at 16:45 UTC | |
|
Re: usage of __PACKAGE__
by blokhead (Monsignor) on Jul 20, 2004 at 16:47 UTC |