I have perl module file and test script pl which I use to run some function, and after browsing through the use lib and this previous question here... I still don t know how to do this.
基本 我有一个包含模块档案的生产目录,我有一个包含同一模块和测试文字档案的测试目录。 每当我试图操作文字档案时,它将自动把该单元放在名录中。 通过打印@INC
,生产名录似乎设在该地。 因此,我试图通过利用这一方法予以删除。
no lib qw(prod_dir);
http://www.un.org/Depts/DGACM/index_french.htm 显示该名录已不复存在,在某种程度上,该书仍然称其他单元......
I know this probably sounds really dumb, but hope someone can help me see the light here :) thanks.