in reply to
Passing the files as an argument in Subroutines
Also use the list form of
system
, as in
system
( 'C:/...foo.exe', 'arg', 'arg', 'arg' );
Comment on
Re: Passing the files as an argument in Subroutines
In Section
Seekers of Perl Wisdom