in reply to system command

system "/path/to/program", "path/to/file"

Replies are listed 'Best First'.
Re^2: system command
by Corion (Patriarch) on Mar 31, 2010 at 09:43 UTC

    That doesn't help much, as it shifts the problem towards determining the proper command line for the application to launch.