Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何检查本地网络中的IP地址是否有共享网络文件夹。perl 怎么可能?
require IPC::System::Simple; use autodie qw(:all); system qw(smbclient -L 192.168.0.1);