in reply to Perl's POD's description of the use of capturing special variables.
worked fine when it worked, but sometimes the printout listed odd values. It was a real thump-yourself-on-the-forehead moment when I realized what was happening.while (<TEXT>) { ($f1) = /yada.+(SpecialText)anchor/ }
I think a quick example in perlre would help a lot of newbies, and even the occasional old-timer.
Dave
|
|---|