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.
feedback is always appreciated (Score:2)
@JAPH = qw(Hacker Perl Another Just);
print reverse @JAPH;
Reply to This
Re:feedback is always appreciated (Score:2)
I had no problems with the basics, getting the BeerDB up and running was easy enough. Making my own DB wasn't too hard either. I did find that small typos in the SQL or application were hard to find, rather than get a warning or helpful error message, it just didn't work. That's a consequence of mod_perl and subtle SQL difference between sqlite and mySQL, not a problem of the application per se.
The biggest problem was authentication and authorisation. The application is pretty much useless without these t
-- "It's not magic, it's work..."