in reply to Re^2: Get Semaphore info using CPAN semaphore.pm
in thread Get Semaphore info using CPAN semaphore.pm

try...
  1. Installing the CPAN library (and any missing dependencies) into a directory you can write to e.g. somewhere in your home directory, most easily achieved by using perl -MCPAN -e shell and then install semaphore
  2. Modify $PERL5LIB or %PERL5LIB% to point to the installation directory
  3. Re-run your script
A user level that continues to overstate my experience :-))

Replies are listed 'Best First'.
Re^4: Get Semaphore info using CPAN semaphore.pm
by rmv (Initiate) on Sep 05, 2009 at 13:59 UTC

    Well I am not autorized to install and there is some process involved and its tedious.

    Please let me know how I can achieve my results by trying to use the source code for semaphore.pm from CPAN without installing it.

        Although it's not entirely clear, I think the OP is actually asking about IPC::Semaphore rather than Thread::Semaphore. In any case, both these modules have been included in core since 5.005, so the OP is unlikely to need to install either of them from CPAN.

        Dave.