Help for this page
open (XX, "perl -w test_two.pl |"); my @test = <XX>; close (XX);
my @test = `perl -w test_two.pl`;