in reply to
Greedy flip flop operator?
some other text not starting with +
print if (/^start/ .. /^[^+]/ && !/^start/);
poj
Comment on
Re: Greedy flip flop operator?
Download
Code
Replies are listed 'Best First'.
Re^2: Greedy flip flop operator?
by
chengchl
(Acolyte)
on Apr 26, 2018 at 07:59 UTC
Hi Poj, Thanks but this will print the whole text... I think...
[reply]
In Section
Seekers of Perl Wisdom