gouse_baig has asked for the wisdom of the Perl Monks concerning the following question:
I am very new to perl. I need help to write a perl script for the following purpose,
To extract Metadata from COBOL source code. This script will read the COBOL file , looking for reserved words and based on the COBOL syntax rules, will identify the Metadata to extract. The extracted MetaData will be written to a text file where data will be delimited by "|" Symbol. The Reserved Words of COBOL will be placed in a config file.
Example for Reserve Words: ACCEPT AUTHOR FD INPUT ..etc..
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Parsing Cobol Program
by talexb (Chancellor) on Jun 20, 2003 at 14:57 UTC | |
by gellyfish (Monsignor) on Jun 20, 2003 at 15:14 UTC | |
by gouse_baig (Initiate) on Jun 23, 2003 at 06:51 UTC |