in reply to
How to Run a Batch file from Perl Script
How about:
my $result = qx/some.bat/;
HTH,
Anne
Comment on
Re: How to Run a Batch file from Perl Script
Download
Code
In Section
Seekers of Perl Wisdom