- or download this
package XNObject;
use strict;
...
# other stuff skipped
1;
- or download this
package ForumMessage;
use strict;
...
}
#other stuff skipped
1;
- or download this
use strict;
...
#$msg->user_id($user_id);
#$msg->_store;
- or download this
$ perl -v
This is perl, v5.8.9 built for i386-freebsd-64int