VCD reader & editor Code
Brought to you by:
narenkn
File | Date | Author | Commit |
---|---|---|---|
VCDFile | 2008-12-14 | narenkn | [r2] made complete GPL with PPT |
doc | 2008-12-27 | narenkn | [r7] what if somebody can't build the tex files... |
pureread | 2008-12-19 | narenkn | [r5] missing header encapsulation |
AUTHORS | 2008-12-12 | narenkn | [r1] Initial commit |
LICENSE | 2008-12-12 | narenkn | [r1] Initial commit |
Makefile | 2008-12-19 | narenkn | [r6] added doc creation as default target |
README | 2008-12-12 | narenkn | [r1] Initial commit |
1. To Compile gmake 2. Check that a new directory 'dest' is created having the perl module installed 3. Use the perl module in any program as follows... >>> BEGIN { push @INC, "/home/naren/learn/perl/vcdread/dest/usr/lib/perl5/site_perl/5.10.0/i386-linux-thread-multi" } use VCDEdit; <<<