Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re^6: Memcache 'get' returns undef running under mod_perl (debug)

by graq (Curate)
on Dec 04, 2007 at 08:52 UTC ( [id://654739]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $MAX = 100;
    while( $html =~ m/<\?KEYWORD\s+([^\?^>]+)\??>/m )
    ...
      $html =~ s/<\?KEYWORD\s+([^\?^>]+)\??>/$ssi_html/m;
      last if $MAX++ > 100; 
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found