NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Info for teh (sic) geeks (Score:2)
Also, I really need better database migration code.
it would help if you say what databases you are migrating between.
Neither do you say what Perl version you use. Likely that's either 5.8.x or 5.10.x. 5.10 is nice for new features, but I have had some experience with a few nasty Unicode bugs in it, that didn't happen in 5.8.x.
Reply to This
Re: (Score:2)
My Mac is using 5.8.8 and the public facing version is using 5.10. The database is currently SQLite, but this is likely to change in the future (regrettably, MySQL is so frickin' easy to install and use. I prefer PostrgreSQL after it's up and running, but I've found that getting there has been daunting for me. I'm a lousy admin).
Hence, there are a couple of tech issues I've not been explicit about.