Help for this page

Select Code to Download


  1. or download this
    @outlines = <HIS_OUT>;
    
  2. or download this
    while (defined (my $line = <HIS_OUT>)) {
        chomp;
        print "Read: '$line'\n";
    };