Help for this page

Select Code to Download


  1. or download this
    mat.pl
    --------------
    ...
    use Group;
    
    Add::Add_Acct();
    
  2. or download this
    lib/Add.pm
    --------------
    ...
       Group::Groups();
       ....
       ...
    
  3. or download this
    lib/Group.pm
    -------------------
    ...
       .... 
       .....
    }
    
  4. or download this
    sub USERID
    {
       $USERID = Utility::Single_Input('Input Account Name', $USERID, $REQ
    +UIRED);
       print "UserInput entered is $USERID \n";
    }