“无法打开”错误在Perl中读取CSV文件

时间:2016-02-11 12:58:43

标签: perl csv

每当我尝试使用open命令打开CSV文件时:

open(DAT, $file) || die("Could not open $file!");

我收到了错误:

Could not open 1\file1.csv!

1 个答案:

答案 0 :(得分:-1)

变量$ file是否具有所需文件的正确路径? 如果没有,请提及文件的路径,如' /home/folder/filename.format'