| P4-C4 documentation | view source | Contained in the P4-C4 distribution. |
P4::C4::User - User utilities
use P4::C4::User;
my $p4 = new P4::Client;
$p4->isUser("foo");
...
This module provides utilities to operate on Perforce users.
There is a accessor for each parameter listed above. In addition:
Returns true if the user exists.
The latest version is available from CPAN and from http://www.veripool.com/.
Copyright 2002-2005 by Wilson Snyder. This package is free software; you can redistribute it and/or modify it under the terms of either the GNU Lesser General Public License or the Perl Artistic License.
Wilson Snyder <wsnyder@wsnyder.org>
P4::Client, P4::C4,
| P4-C4 documentation | view source | Contained in the P4-C4 distribution. |