Debbugs::Libravatar(3pm) | User Contributed Perl Documentation | Debbugs::Libravatar(3pm) |
Debbugs::Libravatar -- Libravatar service handler (mod_perl)
<Location /libravatar>
SetHandler perl-script
PerlResponseHandler Debbugs::Libravatar </Location>
Debbugs::Libravatar is a libravatar service handler which will serve libravatar requests. It also contains utility routines which are used by the libravatar.cgi script for those who do not have mod_perl.
None known.
$cache_location = retrieve_libravatar(location => $cache_location, email => lc($param{email}), );
Returns the cache location where a specific avatar can be loaded. If there isn't a matching avatar, or there is an error, returns undef.
2020-04-07 | perl v5.30.0 |