http://www.perlmonks.org?node_id=1089645


in reply to DBD::CSV::st execute failed. No such file or directory at C:/Perl64/lib/DBD/File.pm line 565

Try using absolute paths,
use Path::Tiny qw/ path /; path( "point.csv" )->realpath;
  • Comment on Re: DBD::CSV::st execute failed. No such file or directory at C:/Perl64/lib/DBD/File.pm line 565
  • Download Code

Replies are listed 'Best First'.
Re^2: DBD::CSV::st execute failed. No such file or directory at C:/Perl64/lib/DBD/File.pm line 565
by PrincessofPERL (Initiate) on Jun 17, 2014 at 18:05 UTC
    Howdy, Just wanted to follow-up with you and let you know I tried that bit of code but due to constraints I cannot upgrade my version of PERL or modules :( perl, v5.10.1 Build 1007 Error: Can't locate Path/Tiny.pm in @INC Thanks for your response