in reply to Speeding up external command execution
#!/usr/bin/perl use strict; use warnings; system( '...' ); exit; [download]