Stories
Slash Boxes
Comments
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

The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
 Full
 Abbreviated
 Hidden
More | Login | Reply
Loading... please wait.
  • any feedback or suggestions you have will always be appreciated. Right now there are some lengthy discussions on what will work best for the most people/projects and having people contribute their experiences and ideas helps put thing in perspective.
    --

    @JAPH = qw(Hacker Perl Another Just);
    print reverse @JAPH;
    • 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..."