#!/usr/bin/perl -w require 5; use strict; use Getopt::Std; use vars qw(%opts $term @processes $user $signal); getopts('ht:s:u:mn', \%opts); sub usage(){ print <