Help for this page

Select Code to Download


  1. or download this
      my $code;
      my $compartment = new Safe; 
    ...
        _sAbort( $r, "Restricted eval failed! Unable to compile format of 
    +type $type:", $@ );
        return DONE;
      }
    
  2. or download this
    $r->send_http_header('text/html');
    $code->($href);
    return DONE;
    
  3. or download this
    my $open_err;
    my $data;
    ...
    local $/ = undef;
    $data = <OUTPUT>;
    close(OUTPUT);