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;
    }