my @args("sort" "somefile.txt" "somefile2.txt"); system(@args) == 0 or die "system @args failed: $?";