http://www.perlmonks.org?node_id=765629


in reply to using system() and putting results into an array

You might also want to look at String::Diff so that you don't even need to run a system call.

  • Comment on Re: using system() and putting results into an array

Replies are listed 'Best First'.
Re^2: using system() and putting results into an array
by lasagnashoe (Initiate) on May 22, 2009 at 13:35 UTC
    Thanks everyone for your help! :)