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);