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

Re: regular expressions question

by matija (Priest)
on May 03, 2004 at 15:57 UTC ( [id://350060]=note: print w/replies, xml ) Need Help??


in reply to regular expressions question

Well, for one thing, the first number in that line does not conform to your $fl definition (numbers, dot, numbers), because it is "digit, comma, blank, digit digit digit".

Another thing: Why are you assigning with \$levene = \$4? You're taking a reference to the fourth match? I find that deeply suspect, and likely to be a cause of all sorts of funny trouble. (Were you perhaps a C programmer in a previous life? Because that smells of the C idiom that is not needed in Perl). Try losing those backslashes (unless you really, really know what they're there for).

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (4)
As of 2024-03-28 08:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found