in reply to Re^2: Printing ten characters succeeding a matching string (+ followup question)
in thread Printing ten characters succeeding a matching string
just a slight modification... ;)if ($1) { say "\t Next 10 char after the match: $1"; $hash{$1}++; next; }
|
|---|