in reply to
Opening up executable file
You want
system
, not
open
(see
perldoc -f system
).
You also probably need a perl tutorial or book.
You should always check the return value from
open()
(not that that's germane here, but . . . ).
Comment on
Re: Opening up executable file
Select
or
Download
Code
In Section
Seekers of Perl Wisdom