Help for this page
my $result; while(<$chan>){ ... print "Inside loop: $result\n"; } print "Outside loop: $result\n";