标签: perl perforce
我可以使用perl脚本中的if (-e $file)来判断linux中是否存在文件。 我可以在linux中运行p4 fstat $file来判断perforce depot中是否存在文件 但是,如何使用perl脚本检查文件是否在perforce库中?
if (-e $file)
p4 fstat $file