in reply to
Opening Apps
It depends on what you're trying to do with the application in question. Typical ways are with
backticks or qx//
, or through
system()
or
exec()
.
Comment on
Re: Opening Apps
In Section
Seekers of Perl Wisdom