Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl -w
    
    ...
                                    );
    isa_ok($mem2, 'Cache::Memcached');
    ok($mem2->{debug}, "debug is set on alt constructed instance");
    
  2. or download this
    This is perl, v5.10.0 built for MSWin32-x86-multi-thread
    
    ...
    Complete documentation for Perl, including FAQ lists, should be found 
    +on
    this system using "man perl" or "perldoc perl".  If you have access to
    + the
    Internet, point your browser at http://www.perl.org/, the Perl Home Pa
    +ge.