in reply to Straighten MySQL Table Displays
Of course, if you _can_ run a perl script on a machine that is allowed to talk to the MySQL database (and you can configure MySQL to allow particular remote machines in - it's mildly complex, but the docs on mysql.com do spell it out), then things become nice. Use the DBI module, and you can read the fields directly into an array, which allows you to take full advantage of perl's formatting.
Not that your script isn't useful - I've written similar, to get to a brio database in the unfortunate past - but with mysql, you hopefully don't have to work that hard.
-- Kirby
|
|---|