in reply to Need advice in for perl use as awk replacement
Thank you to all monks for the help provided!
With your help I have identified the problem which actually was me trying to store away the captured groups into an aray $m instead of @m. Th eonly thing I do not get yet is why perl is not complaining with an error regarding a statement like "$m=($1,$2,$3,$4,$5,$6,$7)", What does this mean to perl if $ is used instead of @ for m ?
Many thanks also for all indirect answers and informational hints like the deparser, and others. These did extend my horizont and pointed me to what to investigate next (like regex modifiers, etc...)
One other question, is perldoc officially available somewhere in PDF ? Wikipedia claims that the perldoc site would have links for PDF download but I could not find these. All I could find (right now) is a PDF with the complete doc of perl 5.8.5 on perl.mines-albi.fr
Many thanks,
Gaston
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Need advice in for perl use as awk replacement
by AnomalousMonk (Bishop) on Sep 22, 2020 at 06:37 UTC | |
Re^2: Need advice in for perl use as awk replacement
by karlgoethebier (Abbot) on Sep 23, 2020 at 06:34 UTC |