Help for this page

Select Code to Download


  1. or download this
    
    # holdcache.pl
    ...
    
    __END__
    
  2. or download this
    $ perl holdcache.pl &
    
    ...
    
    $ perl -e 'use Cache::SharedMemoryCache;$c=Cache::SharedMemoryCache->n
    +ew({namespace=>"MyNamespace"}) or die;$x=$c->get("foo");print $x,$/'
    1