Last published: Wed Oct 8 10:18:30 MDT 2003 | Doc for 1.1.4.1 |
Programmer's Reference
COE_API:COE
COE_API:OS_Linux
COE_API:OS_Windows
COE_API:UAM
COE_API:UserMgmt
COE_CVS
COE_ManPages:COE
COE_ManPages:UserMgmt
COE:SegmentationGuide
|
#!/usr/bin/perl -T -I/h/COE/lib -w #- the use of -w generates "Use of uninitialized value in substr" in Coe.pm use strict; use Coe; my $uid = coeExec("/usr/bin/id -u"); chomp($uid); $uid=cleanString($uid, 0); print "$uid\n"; |
© 2003, Federal Linux Systems |