my $command= "/usr/bin/bash -c 'do $some_file'"; system( $command ) == 0 or die "Couldn't launch '$command': $! / $?";