Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: where to install Perl apps on Linux?

by tedrek (Pilgrim)
on May 27, 2003 at 04:59 UTC ( [id://260935]=note: print w/replies, xml ) Need Help??


in reply to where to install Perl apps on Linux?

I'd suggest using autoconf or something like it eg ./configure --prefix=/my/nifty/programs

as for directory structure probably something like
/usr/local/bin/opengrade (symlink or not)
/usr/local/share/opengrade/ (data files and modules)
/usr/local/doc/opengrade-<version>/ ( Readme and such)

That is assuming you don't want to share your modules. If you do want the users to use your modules then use Makemaker and friends to install your modules wherever the local site_perl is. And use that dir structure for the rest of your files

  • Comment on Re: where to install Perl apps on Linux?

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (3)
As of 2024-04-18 23:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found