![]() |
|
more useful options | |
PerlMonks |
Re: system( ), printing output & matchingby earthboundmisfit (Chaplain) |
on Apr 05, 2002 at 19:35 UTC ( #157034=note: print w/replies, xml ) | Need Help?? |
Do you really mean
if ($_ eq~ m/is alive/) { $line++; last; }?? should be =~
In Section
Seekers of Perl Wisdom
|
|