![]() |
|
go ahead... be a heretic | |
PerlMonks |
Re^2: Using Look-ahead and Look-behindby Corion (Patriarch) |
on Nov 28, 2024 at 06:18 UTC ( [id://11162925]=note: print w/replies, xml ) | Need Help?? |
You're reading your input line-by-line but you're trying to match across lines. That won't work. The following should work, reading the input all at once (see perlrun):
In Section
Tutorials
|
|