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.
underspec'd code? (Score:2)
Are you an equal opportunities *ROOAAR*er? Your code as is will trigger on male leads in tight outfits. Not that this is wrong, just that it's not consistent with a subtle trend I noticed in your examples. This is what comes from not writing decent regression tests before coding. :-)
Re:underspec'd code? (Score:1)
if ($trailer =~
will also match movies with babes and guys in that kind of outfits. I don't use RE's when I walk down the street
What is spine? (Score:1)
sky
Re:What is spine? (Score:1)
For now, a short description. It's a CMS. Oh yes, uhm it's mod_perl based, uses a DB and should become flexible to expand (at some point). You can browse around the admin section and see what it does (for now).
"uses a DB" (Score:2)
Most of the 'id'-fields are auto_increment, which rules out any RDBMS that does not use that syntax (or which doesn't have auto_increment fields).
Your default database setup file uses MySQL syntax to create the database (something for which there is no common syntax yet - Ingres (which I know best) does not allow you to create databases from within a session - a session is connected to a database, it is proba
Re:"uses a DB" (Score:1)