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

Re: Regex::Common balanced does not seem to work

by arkturuz (Curate)
on Nov 22, 2013 at 11:07 UTC ( [id://1063917]=note: print w/replies, xml ) Need Help??


in reply to Regex::Common balanced does not seem to work

You should always use strict and warnings. You get the following error when using those:
Variable "$RE" is not imported at 1063912.pl line 20. Global symbol "$RE" requires explicit package name at 1063912.pl line +20. Execution of 1063912.pl aborted due to compilation errors.
The fix is to change ${RE} to $RE

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (2)
As of 2024-04-26 03:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found