Perl Diver 2.33
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

HTML::Mason::ComponentSource

Name HTML::Mason::ComponentSource
Version 1.59
Located at /usr/share/perl5
File /usr/share/perl5/HTML/Mason/ComponentSource.pm
Is Core No
Search CPAN for this module HTML::Mason::ComponentSource
Documentation HTML::Mason::ComponentSource
Module Details HTML::Mason::ComponentSource

NAME

HTML::Mason::ComponentSource - represents information about an component


SYNOPSIS

    my $info = $resolver->get_info($comp_path);


DESCRIPTION

Mason uses the ComponentSource class to store information about a source component, one that has yet to be compiled.


METHODS

new
This method takes the following arguments:
comp_pathcomp_path
last_modifiedlast_modified
comp_idcomp_id
comp_classcomp_class
friendly_namefriendly_name
extraextra
These are all simple accessors that return the value given to the constructor.

comp_source
Returns the source of the component.

object_code ( compiler => $compiler )
Given a compiler, this method returns the object code for the component.

HTML::Mason, HTML::Mason::Admin, HTML::Mason::Component

Perl Diver brought to you by ScriptSolutions.com © 1997- 2026