This looks amazing, but I'm having problems getting it running. Specifically, I'm getting the following error when checking syntax:
Code:
Base class package "Class::Accessor" is empty.
(Perhaps you need to 'use' the module which defines that package first.)
at OOTPOU/Ajax.pm line 4
BEGIN failed--compilation aborted at OOTPOU/Ajax.pm line 4.
Compilation failed in require at ootpou.pl line 12.
BEGIN failed--compilation aborted at ootpou.pl line 12.
Any thoughts? The file hierarchy appears to be correct, and I have the perl path setup.
Edit: Scratch that. My server didn't have the Perl Class::Access module installed. Leaving this post up here for those that may encounter the same problem. You'll need direct pretty substantial access to your server to fix it (SSH/Root), and
here is a cheat sheet on how to get the module up and running.