sanku has asked for the wisdom of the Perl Monks concerning the following question:

This node falls below the community's minimum standard of quality and will not be displayed.

Replies are listed 'Best First'.
Re: Creating perl module
by marto (Cardinal) on Mar 22, 2010 at 11:36 UTC
Re: Creating perl module
by ww (Archbishop) on Mar 22, 2010 at 12:10 UTC
    This is a stretch... but perhaps you mean "template" rather than "module?"

    If so, see perldoc HTML::Template.

Re: Creating perl module
by sierpinski (Chaplain) on Mar 22, 2010 at 12:13 UTC
    Yes, please be more explicit in what you're trying to do... "i need to create a perl module in html format" doesn't make any sense. Are you using perl to create an html page? If that's the case, I would start by getting the html page code the way you want it, and then write a script that prints that out, perhaps using print(qq( ... ));

    Honestly I'm kind of surprised to look at your profile to find you're not a level 1 monk with that kind of post.