Help for this page
$user="DOM\username" # bound to fail $user="DOM\\username" # OK $user='DOM\username' # OK as well
use Win32::KillProcess ':all'; my $server = "Toshiba"; ... my $pass = "password"; my $c = connectServer( $server, $user, $pass ); showRunningProcess($c);