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

Using string literal in regexp

by tomazos (Deacon)
on Jun 16, 2006 at 15:52 UTC ( [id://555824]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
       my $foo = '$@!#@#$^$#@^';
    
  2. or download this
        my $bigfoo='aabbaaa$@!#@#$^$#@^bbabaaba';
        assert $bigfoo =~ /(a|b)*$foo(a|b)*/;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (1)
As of 2024-04-25 00:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found