in reply to Re^3: Execution of a script
in thread Execution of a script

Need to use 2 modules or provide full path of input file.

use File::Spec; use FindBin;

Thanks