in reply to Re^3: System() in list mode?
in thread System() in list mode?

From what I've read it seems as though I'm supposed to use LIST mode?

Replies are listed 'Best First'.
Re^5: System() in list mode?
by ikegami (Patriarch) on Oct 19, 2011 at 01:00 UTC

    There's no "supposed to" about it.

    Use the multi-arg form if you want to run a program.
    Use the single-arg form if you want to execute a shell command.