Please do not assume Perl is always installed on all platforms.
In particular not on Windows! Just as it is probably a bad idea
to assume that Windows DOS commands work on Linux! Come on
now!
Why am I making a fuzz you ask, do I have a problem with you
writing stuff in Perl (personally, I don't even like Perl, but
that's another issue)? Nope. But somewhat modern software really
should not assume that you have Perl, or DOS, or some other
arcane, not terribly standardized piece of software around for a
server to do it's job. And MySQL still have a way to go to be
reasonably good on Windows. Downloading the lastest RC, 5.5.7,
MySQLhas managed to screw up at least two things, at least, in my
mind. But maybe that's just me:
- The optimzied. non debug libraries, are now in /lib under the distribution, not in /lib/opt where they used to be. I see no good reason for this, to be honest (place the libraries where you …