Help for this page

Select Code to Download


  1. or download this
    # Inside your script:
    package Cache::Memcached;
    ...
    
    package main;
    [...]
    
  2. or download this
    my $stats = eval {
        local $SIG{'__WARN__'} = sub { die };
    ...
        # No stats!!
        [...]
    }