>
> [EMAIL PROTECTED] wrote:
> > Hope someone can give me a hand on this, I am having some problem using
> > the Memory Usage option in the main menu of Apache::Status.
> >
> > It always return me a 500 with the following error.
> >
> > [Tue May 14 08:48:21 2002] [error] Can't call method "size" on unblessed
> > reference at /usr/lib/perl5/site_perl/5.6.0/i386-linux/B/Size.pm line
> > 94.
Thanks for you prompt reply stats.
> Do you have B::Size installed?
>
> perl -MB::Size -e1
>
> Can you use TerseSize from the command line?
>
> perl -MO=TerseSize -e '1'
>
yes, I have both installed. and here's the return running the command
you gave.
[]$ perl -MB::Size -e1
[]$ perl -MO=TerseSize -e '1'
LISTOP leave 0x818acf0 {36 bytes}
OP enter 0x81c6c90 {24 bytes}
------------------------------------------------------------
COP nextstate 0x8173900 {24 bytes}
OP null 0x81d6140 {24 bytes} [const - constant item]
-e syntax OK
> Also 5.6.0 is *very* buggy, so upgrading to 5.6.1 is a very good idea.
Would love to, but it's a production machine, so .. I can't upgrade it
unless something major breaks. (^_^!)
Tor.