Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Seeking help from Perl Monks for counting regular expressions (motifs) and counting lengths between them in a large string

by toolic (Bishop)
on Feb 03, 2012 at 02:34 UTC ( [id://951584]=note: print w/replies, xml ) Need Help??


in reply to Seeking help from Perl Monks for counting regular expressions (motifs) and counting lengths between them in a large string

Try to fix the warnings first. Change:
until (my $motif =~ /^\s*$/ );# Line 58
to:
until ($motif =~ /^\s*$/ );# Line 58

Other advice:

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (4)
As of 2024-03-19 05:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found