HTML::Mason::Resolver::File(3pm) | User Contributed Perl Documentation | HTML::Mason::Resolver::File(3pm) |
HTML::Mason::Resolver::File - Component path resolver for file-based components
my $resolver = HTML::Mason::Resolver::File->new(); my $info = $resolver->get_info('/some/comp.html');
This HTML::Mason::Resolver subclass is used when components are stored on the filesystem, which is the norm for most Mason-based applications.
2022-10-13 | perl v5.34.0 |