I am using YAML module(Config:Y AML) for one of the perl script. When i run the script, i get an error saying like ' Can't locate YAML.pm in ..........'.
The error is pointing to a line 7 of the YAML.pm module itself and that line is 'use YAML; '. How can a module use itself and expect to be in the path. Am new to perl, pls someone help on for this issue
The error is pointing to a line 7 of the YAML.pm module itself and that line is 'use YAML; '. How can a module use itself and expect to be in the path. Am new to perl, pls someone help on for this issue
Comment