Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re^2: Feature Idea: qr//e

by LanX (Saint)
on Jan 18, 2017 at 15:19 UTC ( [id://1179861]=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
    use Data::Dump;
    
    ...
    
    dd qre \&oredraw, @strings;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (9)
As of 2024-04-23 18:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found