Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的 perl 突然出现了一个问题,并且无缘无故地开始向我抛出这个异常:
CGI 错误:文件不是可存储在 blib\lib\Storable.pm 的 perl(自动拆分为 blib\lib\auto\Storable_retrieve.al)第 380 行,位于 C:/myapp/src/main/perl/lib/Output.pm第 1831 行
有谁知道“文件不是可存储在 blib\lib\Storable.pm 中的 perl”是什么以及如何解决这个问题?
谢谢,去
你做了类似的事情
use Storable qw( retrieve ); my $data = retrieve('file.dat');
并且file.dat不是 Storable 识别的格式。
file.dat