open (XX, "perl -w test_two.pl |"); my @test = ; close (XX); #### my @test = `perl -w test_two.pl`;