#!/usr/bin/perl use strict; use warnings; my $test= 'C:\Users\Gxtech\Downloads\ostinato-bin-win32-0.5.1 (2)\ostinato-0.5.1'; my @command = ('vi', $test) ; System(@command) == 0 or die "could not '@command':$";