http://qs1969.pair.com?node_id=157034


in reply to system( ), printing output & matching

Do you really mean
 if ($_ eq~ m/is alive/) {
                $line++;
                last;
        }

??

should be =~

  • Comment on Re: system( ), printing output & matching