Help for this page

Select Code to Download


  1. or download this
    open (XX, "perl -w test_two.pl |");
    my @test = <XX>;
    close (XX);
    
  2. or download this
    my @test = `perl -w test_two.pl`;