Changeset 559
- Timestamp:
- 05/16/07 05:10:48 (2 years ago)
- Files:
-
- trunk/website/apis.bml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/website/apis.bml
r483 r559 5 5 <?h1 Perl API h1?> 6 6 7 <p> An object-oriented Perl module can be found on CPAN as <tt>Cache::Memcached</tt> or downloaded here.</p> 8 <ul> 9 <li><a href="dist/Cache-Memcached-1.14.tar.gz">Cache-Memcached-1.14.tar.gz</a>, GPL/Artistic. 10 [<a href="http://code.sixapart.com/svn/memcached/trunk/api/perl/ChangeLog">ChangeLog</a>] 11 </ul> 7 <p> An object-oriented Perl module can be <a href="http://search.cpan.org/dist/Cache-Memcached/">found 8 on CPAN</a> as <tt>Cache::Memcached</tt> or <a href="http://code.sixapart.com/svn/memcached/trunk/api/perl/"> 9 in Subversion</a> (<a href="http://code.sixapart.com/svn/memcached/trunk/api/perl/ChangeLog">ChangeLog</a>). 10 (GPL/Artistic)</p> 12 11 13 <p>The API takes advantage of the server's opaque flag support and12 <p>The Perl API takes advantage of the server's opaque flag support and 14 13 sets its "complex" flag whenever the object being stored or retrieved 15 14 isn't a plain scalar. In that case, the <tt>Storable</tt> module is … … 71 70 hashing across multiple servers, based on the key, or an optional 72 71 caller-provided hashing value. Feel free to join the mailing list (or 73 mail me directly) for help, inclusion in CVS, and/or a link to your72 mail me directly) for help, inclusion in Subversion, and/or a link to your 74 73 client from this site.</p> 75 74
