in reply to Kill User
for example.system "/usr/bin/fuser", "-k", "/dev/pts/$rec[3]";
Backquotes in a void context do more work than needed, and keep you from seeing output of the commands and keep you from interacting with the command if needed.
-- Randal L. Schwartz, Perl hacker
|
|---|