http://qs321.pair.com?node_id=764656


in reply to How to Run a Batch file from Perl Script

How about:

my $result = qx/some.bat/;

HTH,

Anne