Help for this page
# Figure out what actions the user wants to monitor. my $monitored_actions = join "|", @ARGV; ... redo unless $action eq 'QUIT'; }
./mytest ADD REMOVE