use strict; use Cache::FileCache; my $cache = new Cache::FileCache({ 'namespace' => 'SharedCache'} ); $cache->set("STUFF", "1");