Help for this page
use warnings; use strict; ... open my $fh, '>', $textfile or die "$textfile: $!"; print $fh $outputs[1]; close $fh;