abdan has asked for the wisdom of the Perl Monks concerning the following question:
Please clarifyDB<7> open H,'E.LIB'; while(<H>){ print '='.$_; if($_ =~ /^\*\h*moto +r/i){ break;} };close H;
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Why this error instead of doing simple break
by LanX (Saint) on Nov 11, 2021 at 08:15 UTC | |
Re: Why this error instead of doing simple break
by Discipulus (Canon) on Nov 11, 2021 at 11:47 UTC | |
Re: Why this error instead of doing simple break
by ForgotPasswordAgain (Vicar) on Nov 12, 2021 at 16:16 UTC |