New to perl (old to Ada, C, C++, COBOL, .....) ....I'm looking at some existing code.
read_config ('../config/legacyload.cfg', %ConfigFile); @TablePreReq = keys(%ConfigFile{InputDataFile}); When I run it I get the error (v. 5.8.4): syntax error at cutover.pl line 318, near "%ConfigFile {InputDataFile" I can't find any declaration of any of the entities referenced above. I was wondering if someone could give me some hint as to what the problem might be. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/