Samn has asked for the wisdom of the Perl Monks concerning the following question:

Replies are listed 'Best First'.
Re: Installing a module without root access
by tachyon (Chancellor) on May 09, 2002 at 10:13 UTC

    You have successfully installed the module. All you need to access it is:

    use lib '/home/samn/cgi-bin/lib/';

    The error you get is from Carp.pm in the Net::AIM module reporting an error to you about how you call the add_handler() method. That is because there is no add_handler() method - it is called set_handler(). <cheers>

    tachyon

    s&&rsenoyhcatreve&&&s&n.+t&"$'$`$\"$\&"&ee&&y&srve&&d&&print

    165362
    by Samn (Monk) on May 09, 2002 at 13:16 UTC