將運行時需要的數據文件與Perl模塊捆綁在一起的「正確」方式是什麼,以便模塊在使用前可以讀取其內容? 一個簡單的例子就是這個Dictionary模塊,它需要在啓動時讀取(字,定義)對列表。 package Reference::Dictionary;
# TODO: This is the Dictionary, which needs to be populated from
# data
我需要每天覆制來自網絡驅動器的文件。爲了做到這一點我已經試過如下: var dir = new DirectoryInfo(@"Z:\");
var filesA300 = dir.GetFiles().Where(x => x.FullName.Contains("A300")
&& x.LastWriteTime.Date == DateTime.Now.Date).ToList