Help for this page

Select Code to Download


  1. or download this
    C:\Sandbox\AutoPilot\src>perl timedCommand.pl
    Command timed out after 10 seconds and returned
    ...
    C:\Sandbox\AutoPilot\src>perl timedCommand.pl cd
    Command returned
    C:\Sandbox\AutoPilot\src
    
  2. or download this
    my $queue = new Thread::Queue;
    
    ...
            return 'TIMEOUT';
        }
    }