Help for this page

Select Code to Download


  1. or download this
      use Cache::Memcached::Fast;
      $memd = new Cache::Memcached::Fast({
    ...
    foreach (@tmp){
      print $_;
    }
    
  2. or download this
      telnet localhost 11211
      get abc: mem_id_cache
    ...
    4
    END