Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re^3: matching a defined lenght

by shigetsu (Hermit)
on Apr 23, 2007 at 13:52 UTC ( [id://611508]=note: print w/replies, xml ) Need Help??


in reply to Re^2: matching a defined lenght
in thread matching a defined lenght

Didn't you accidentally omit the capturing parentheses? Shouldn't it be written as /(.{30})/ instead? You don't need m// here, since you didn't change the standard delimiters (//).

But we're still unkowingly what you like to achieve, since your description was a bit ambiguous and you didn't show us some excerpts from your code in question.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (5)
As of 2024-03-28 15:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found