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

Still same error

C:\Program Files\Zombie>perl C:\Users\Desktop\Dist_Folder\filerun.pl Can not open input file: No such file or directory at ...line xyz

Replies are listed 'Best First'.
Re^3: Execution of a script
by Anonymous Monk on Sep 26, 2014 at 16:13 UTC

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

      use File::Spec; use FindBin;

      Thanks