Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: Pattern finding and printing with regex

by jeffa (Bishop)
on Oct 21, 2015 at 18:28 UTC ( [id://1145574]=note: print w/replies, xml ) Need Help??


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

$line =~ s/^$pattern//;
before you print the matched line.

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
    Thanks! That did it.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1145574]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (1)
As of 2024-04-25 01:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found