On 4/24/07, Johan Vromans <jvromans@squirrel.nl> wrote: > "Joshua ben Jore" <twists@gmail.com> writes: > > > Aren't there some OSes like Red Hat which frequently ship with > > Scalar::Util minus the XS portions like weaken and blessed? > > Fedora Core 6: > > perl -MScalar::Util -e '$a = blessed(0)' > Undefined subroutine &main::blessed called at -e line 1. Just FYI, it doesn't automatically export its functions. You didn't test the right thing. JoshThread Previous | Thread Next