i think that it should be:
warn "\$class=$class can't \$UNIVERSAL::AUTOLOAD=$UNIVERSAL::AUTOLOAD!\n";

leads to less grepping and a quicker understanding of the problem.

--
___cliff [EMAIL PROTECTED]http://www.genwax.com/

Aaron Johnson wrote:

> So should the entry in the Guide be rewritten to:
>
> sub UNIVERSAL::AUTOLOAD {
>                my $class = shift;
>                 if ($UNIVERSAL::AUTOLOAD !~ /DESTROY$/) {
>                    warn "$class can't $UNIVERSAL::AUTOLOAD!\n";
>                 }
>              }
>
> ??????
>
>



Reply via email to