Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re^3: Feature Idea: qr//e

by haukex (Archbishop)
on Jan 18, 2017 at 18:08 UTC ( [id://1179869]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub qre(&;@) {
      my $block = shift;
      my $str = $block->(@_);
      return qr/$str/;
    }
    
  2. or download this
    sub qre (&;$) {
        my $re = shift->();
    ...
    __END__
    
    (?^i:foo|bar)
    

Log In?
Username:
Password:

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

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

    No recent polls found