#!/usr/bin/perl use strict; use warnings; system( '...' ); exit; [download]
In reply to Re: Speeding up external command execution by eye in thread Speeding up external command execution by Anonymous Monk