http://www.perlmonks.org?node_id=118280


in reply to Re: limiting children
in thread limiting children

Ah, well if it were up to me, I would.

-aijin

Replies are listed 'Best First'.
Re3: limiting children
by dragonchild (Archbishop) on Oct 11, 2001 at 22:00 UTC
    Go get it, install it in your home directory, and do a use lib '/my/directory/where/I/install/stuff';

    ------
    We are the carpenters and bricklayers of the Information Age.

    Don't go borrowing trouble. For programmers, this means Worry only about what you need to implement.

      That's not an option either, since my home directory doesn't get put into the product build.

      I've really got to find a different way to do it.

      -aijin, hoping the second server she writes will be easier

        Go tell your boss/manager/director/client/CEO that this package will be put into the main directory or the product will not be put out on time. *shrugs* Always worked for me...

        ------
        We are the carpenters and bricklayers of the Information Age.

        Don't go borrowing trouble. For programmers, this means Worry only about what you need to implement.

        Okay then, go get it, install it in a directory that will be included in the product build, and 'use lib' that directory.

        If you really have to write it yourself, you'd be wise to get Perl Cookbook from O'Reilly which has examples of this sort of thing. Or do a SuperSearch on this site for info on forking servers.