Help for this page

Select Code to Download


  1. or download this
    package STR;
    use Class::Std::Fast cache => 1;
    ...
    
    $_->join for threads->list;
    
  2. or download this
    sub _cache_class_ref () {
        croak q{you can't call this method in your namespace}
            if 0 != index caller, 'Class::Std::';
        return \%do_cache_class_of;
    }
    
  3. or download this
    DESTROY created new reference to dead object
            'SOAP::WSDL::XSD::Typelib::Builtin::string' during global dest
    +ruction (#1)