Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re^5: Quote and Quote-like Operators

by tchrist (Pilgrim)
on Dec 16, 2011 at 14:14 UTC ( [id://943948]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub compile_filter() {
        my @criteria;
    ...
        debug("CRITERIA are\n$real_code");
        eval($real_code) || die;
    }
    
  2. or download this
    sub dequeue($$) {
        my($leader, $body) = @_;
    ...
        my $text = $_[0];
        return dequeue qq<|QQ|>, $text;
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found