in reply to HTML::Template
at the start of your script, where "path" is the filepath from where your script is to the directory where you installed the module. @INC contains tells perl where to look for modules that you use, so after you've done that you should be able to call the module the same way you call pre-installed modules.BEGIN {unshift @INC, 'path'}
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: HTML::Template
by davorg (Chancellor) on Sep 13, 2001 at 19:24 UTC | |
by George_Sherston (Vicar) on Sep 13, 2001 at 20:32 UTC |