You need to be more detailed. In general, you can execute executables with backticks. E.g.
`dir /p`
There isn't just some "command" in the Perl language that does what you want, though.
Rashakil Fol
Super Senior Demiposter
2,658 posts since Jun 2005
Reputation Points: 1,135
Solved Threads: 177
Not only backticks, but also the command "system" works to execute external files.... you could also use an open command, and open the process with a pipe, but I'm not sure exactly what you mean about having 1 script run the same file on a bunch of machines... if you could be a little more specific it would help a lot.
Comatose
Taboo Programmer
2,910 posts since Dec 2004
Reputation Points: 361
Solved Threads: 215
Search on CPAN.
It sounds to me like you're going to need some program running on the client machines, unless you plan on poking through a Windows security hole.
Rashakil Fol
Super Senior Demiposter
2,658 posts since Jun 2005
Reputation Points: 1,135
Solved Threads: 177