Help for this page

Select Code to Download


  1. or download this
    my $result;
    while(<$chan>){
    ...
      print "Inside loop: $result\n";
    }
    print "Outside loop: $result\n";