in reply to Re: Why Perl does not support database access through core modules?
in thread Why Perl does not support database access through core modules?
I think that Scalar::Util should be in core, because of the weak references. It would be strange if the perl binary could handle weakrefs but you would have to download a module to use them. AFAIK, weak refs were experimental with 5.6 versions, but they are not in 5.8, and so 5.8 has Scalar::Util in core, 5.6 does not. Correct me if I'm wrong please.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Why Perl does not support database access through core modules?
by shotgunefx (Parson) on Jan 21, 2004 at 18:03 UTC | |
by ambrus (Abbot) on Jan 22, 2004 at 10:52 UTC | |
by shotgunefx (Parson) on Jan 22, 2004 at 16:41 UTC |