in reply to Modules for catching the output of UNIX/Linux commands
There are quite a few modules to launch external process (mostly under IPC::), but operator qx{} (see perlop) or open(my $fh, '-|', ...) might be all you need.
Mind you, it would be silly to execute cat instead of just opening the file(s).
|
|---|