Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: a simple include....

by hmerrill (Friar)
on Apr 30, 2003 at 14:06 UTC ( [id://254293]=note: print w/replies, xml ) Need Help??


in reply to a simple include....

What's wrong with 'use'? I, and probably most of the perl community, develop common code routines all the time - I typically create a perl 'module' - put my common code in there - and then 'use' that module anytime I need access to that code.

If you're not yet familiar with Perl's 'perldocs', get familiar with them. I just did 'perldoc perl', and then searched(using the forward slash '/') for 'module', and here are a few things I found at the top:

perlmod Perl modules: how they work perlmodlib Perl modules: how to write and use perlmodstyle Perl modules: how to write modules with + style perlmodinstall Perl modules: how to install from CPAN perlnewmod Perl modules: preparing a new module fo +r distribution

So, to read the perldocs for 'perlmod', I'd do 'perldoc perlmod'.


HTH.

Replies are listed 'Best First'.
Re: Re: a simple include....
by pcouderc (Monk) on Apr 30, 2003 at 14:24 UTC
    I am not exactly speaking of common code, but of common 'text'. This is not a subroutine, it is a common set of declarations and too of code. It is to generate a common look in some HTML pages.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://254293]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (2)
As of 2024-04-20 05:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found