my @cmd = ( 'xvfb-run', "--server-args='-screen 0, 1024x768x24'", 'wkhtmltopdf' $source, $destination, ); system( @cmd ) == 0 or die "Command <<@cmd>> not successful: $!\n";