Help for this page

Select Code to Download


  1. or download this
    package Fiets::Cache;
    use strict; use warnings;
    ...
    }
    ...
    1;
    
  2. or download this
    use Fiets::Cache;
    our $cache=Fiets::Cache->new();
    
  3. or download this
    'Can\'t locate object method "get" via package "main"'