#! perl -slw use strict; my $command = q[ perl -le"print $_ for @ARGV; print 'Enter to exit'; " ]; system qq[ start $command A B C "D E" F "G H I" ];