Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: RegExp error PLEASE HELP!

by $h4X4_|=73}{ (Monk)
on Jul 05, 2016 at 10:59 UTC ( [id://1167226]=note: print w/replies, xml ) Need Help??


in reply to RegExp error PLEASE HELP!

Your error is the fact that you need to escape the characters for $PATTERN

splitAB($S, '\?'); splitAB($b, '\#');
But I also see you are using some reserved variables $a = $b = ''; your would be better off renaming those variables to something other than $a; $b; like my $data_a;

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (5)
As of 2024-03-29 08:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found