Help for this page
use strict; use warnings; ... } my @out = `myprog`; # produces some output print @out;