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
|
#!/h/COE/Comp/PERL5/bin/perl -T -I/h/COE/lib -w use strict; use Coe; my $VERSION="1.1.4.1"; sub printFile; if (@ARGV != 1) { print "Usage: _COECat {coe_file}\n"; exit; } my $arg1=coeFileConv(cleanString(shift,4)); printFile ("$arg1"); exit 0; |
© 2003, Federal Linux Systems |