in reply to Re: RFC: Name that Module
in thread RFC: Name that Module

Actually, no, this should work in any system with multiple users. The only thing I do is set $<,$>,$( and $), and check those values. So this might work anywhere $<, $>, $( and $) are meaningful.

So, I guess a better way to say that is, I intend for this module to be portable, so if it doesn't work on any OS that has multiple users, then that's a bug on my part.

Replies are listed 'Best First'.
Re^3: RFC: Name that Module
by Jenda (Abbot) on Apr 26, 2008 at 21:43 UTC

    So this might work anywhere $<, $>, $( and $) are meaningful. Which means, Unix.

    I don't have access to VMS or anything like that, but those variables definitely do not mean anything at all under Windows. And whether there's any chance to implement something similar to what you propose, I really don't know. And I doubt it.