in reply to
Re^2: system call works on *nix not NT
in thread
system call works on *nix not NT
You should do what gaal says, and check the return value from
system
, and check the $? variable (see
perlvar
, and use the $! variable if system() doesn't return 0. Also, you might want to consider using the Net::Rsh or Net::SSH modules from
CPAN
.
Comment on
Re^3: system call works on *nix not NT
In Section
Seekers of Perl Wisdom