摘要:
#!/usr/bin/perl # # Find a pattern in a the book's source collection (DOS/Windows version) # # (C) Copyright 2000-2002 Diomidis Spinellis # # Permission to use, copy, and distribute this software an... 阅读全文
摘要:
=info 遍历目录树 支持 Unicode Code by 523066680@163.com 2017-03 V0.5 使用Win32API判断目录硬链接 =cut use utf8; use Encode; use Win32API::File qw(GetFileAttributesW FI 阅读全文