Help for this page

Select Code to Download


  1. or download this
    ...
    <%once>
    ...
    print $u->GetUserList();
    </%once>
    ...
    
  2. or download this
    package CMS::Users;
    use Digest::MD5 qw(md5);
    ...
        return "Sub call worked. I'm from: $self";
    }
    1;