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

Yes, even you can use CPAN (including Re^2: Yes, even you can use CPAN) and/or Installing Modules.

But, since it's pure perl, cut'n'paste source as a package and call appropriately (you'll need the dependencies, too).

Also: On asking for help and How do I post a question effectively?, for some guidance on Monastery customs.

  • Comment on Re^5: Get Semaphore info using CPAN semaphore.pm

Replies are listed 'Best First'.
Re^6: Get Semaphore info using CPAN semaphore.pm
by dave_the_m (Monsignor) on Sep 05, 2009 at 14:59 UTC
    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.