DOKK / manpages / debian 12 / libemail-mime-createhtml-perl / Email::MIME::CreateHTML::Resolver.3pm.en
Email::MIME::CreateHTML::Resolver(3pm) User Contributed Perl Documentation Email::MIME::CreateHTML::Resolver(3pm)

Email::MIME::CreateHTML::Resolver - provides the appropriate resource resolver

        my $o = new Email::MIME::CreateHTML::Resolver(\%args)
        my ($content,$filename,$mimetype,$xfer_encoding) = $o->get_resource($uri)

This is used by Email::MIME::CreateHTML to load resources.

$o = new Email::MIME::CreateHTML::Resolver(\%args)
($content,$filename,$mimetype,$xfer_encoding) = $o->get_resource($uri)

Tony Hennessy, Simon Flack and John Alden with additional contributions by Ricardo Signes <rjbs@cpan.org> and Henry Van Styn <vanstyn@cpan.org>

(c) BBC 2005,2006. This program is free software; you can redistribute it and/or modify it under the GNU GPL.

See the file COPYING in this distribution, or http://www.gnu.org/licenses/gpl.txt

2022-12-06 perl v5.36.0