2012-07-03 23 views

回答

2
require IPC::System::Simple; 
use autodie qw(:all); 
system qw(smbclient -L 192.168.0.1); 
相关问题