Help for this page

Select Code to Download


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