我安裝了pear/archive_tar與Phing一起工作,我使用Composer安裝。不過,我收到此錯誤: BUILD FAILED
exception 'BuildException' with message 'Error reading project file [wrapped: You must have installed the PEAR Archive_Tar class i
我們希望創建一個報告,其中包含磁帶上的tar歸檔文件和磁盤上的文件之間的MD5檢查。我創建了一個應該執行此操作的腳本,但它使用tar文件正常工作,但在磁帶上使用tar時失敗。 tar用gnu tar寫入磁帶。 use strict;
use warnings;
use Archive::Tar;
use Digest::MD5 qw(md5 md5_hex md5_base64);
my