in reply to Pattern finding and printing with regex
It helps us more if you provide the data too, but as it stands you should only need to add
before you print the matched line.$line =~ s/^$pattern//;
jeffa
L-LL-L--L-LL-L--L-LL-L-- -R--R-RR-R--R-RR-R--R-RR B--B--B--B--B--B--B--B-- H---H---H---H---H---H--- (the triplet paradiddle with high-hat)
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Pattern finding and printing with regex
by kernelpanic@thedisco (Initiate) on Oct 21, 2015 at 18:38 UTC |
In Section
Seekers of Perl Wisdom