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..In reply to Parsing Cobol Program by gouse_baig
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |