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