in reply to Re^2: Fetching groups a user is in
in thread Fetching groups a user is in

Interesting. Any idea why?

print substr("Just another Perl hacker", 0, -2);
- apotheon
CopyWrite Chad Perrin

Replies are listed 'Best First'.
Re^4: Fetching groups a user is in
by druud (Sexton) on Dec 22, 2006 at 15:22 UTC
    It's on a (FreeBSD) shell at my ISP, that runs in a (modified) yp (nis). So "shadow password maps". See ypserv(8).

      Ah . . . nonstandard setup makes me feel better about it not working properly.

      print substr("Just another Perl hacker", 0, -2);
      - apotheon
      CopyWrite Chad Perrin