in reply to Re: Re: Why Perl does not support database access through core modules?
in thread Why Perl does not support database access through core modules?
The dbmopen support in perl5 ... Personally, I think that dbmopen and friends should be treated as locked is with Threads. If you use the module, you get the keyword, otherwise it's not reserved. I think that would be an acceptable compromise, but, then again, I've never used (or seen used) dbmopen and friends in my experience.That's out of the question. Backwards compatibility is important. dbmopen/dbmclose have been available since at least perl-4.0.0 (which dates from 1991), probably even before that. There's not much gain in removing the keywords.
locked() isn't a reserved word in the core ...Nope; but lock is.
Abigail
|
|---|