Help for this page

Select Code to Download


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