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

Re: Re: Re: Re: Merging XML

by artist (Parson)
on Nov 28, 2001 at 00:23 UTC ( [id://127896]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: Re: Merging XML
in thread Merging XML

Ok, I am trying to install XML::Parser once again.. Help me out..
I would like to install it in ~/lib directory, where I put all my local modules.
First question is what I should put for makefile.
perl Makefile.PL ????

Thanks,
Artist

Replies are listed 'Best First'.
Re: Re: Re: Re: Re: Merging XML
by Fastolfe (Vicar) on Nov 28, 2001 at 00:54 UTC
    perl Makefile.PL PREFIX=~

    This installs module stuff in ~/lib/ and binaries that ship with a module into ~/bin/, things like that. You can also use LIB=~/lib if you're just concerned about getting the module itself in the right place (which is usually sufficient for simple modules).

    See ExtUtils::MakeMaker for more interesting tidbits about the Makefile.PL that ships with standard module installations.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (6)
As of 2024-04-19 08:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found