# @args = ("command", "arg1", "arg2"); my @args = ("java", "-jar", "Saxton.jar"); system(@args);