Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: Re: Re: XHTML Strict?

by thraxil (Prior)
on Nov 04, 2002 at 04:41 UTC ( [id://210124]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: XHTML Strict?
in thread XHTML Strict?

there's nothing stopping you from installing modules yourself. you just can't put them in the main library.

tar zxvf SomeModule.tar.gz cd SomeModule perl Makefile.PL PREFIX=/some/directory/you/can/write/to make make install
and then, in your code:
use lib qw(/some/directory/you/can/write/to); use Some::Module;

anyway, having HTML::Template or Template::Toolkit installed are probably well worth whatever paperwork you have to go through.

anders pearson

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (5)
As of 2024-04-18 05:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found