in reply to nlist command with Perl

Searching Google for perl novell nlist seems to have a quite a few results. Did you look at the first one?

Function: Uses Novell's NLIST command to display active users in any number of NDS contexts. Alternatively, given a root context, the script will recursively scan all containers for active users. Automatically updates the HTML page with a user-specified period and the HTML page itself is coded to automatically refresh itself every 10 minutes. Also matches computer harware addresses held in a DHCP table with those generated by NLIST to identify which workstation the person is using."

Update: Added description from first result.

Replies are listed 'Best First'.
Re^2: nlist command with Perl
by 3SRT (Novice) on Apr 25, 2008 at 14:33 UTC
    Thanks for the reply. Yes, I did visit the site. I should have worded my question different. Since Novell is on a Windows box and the code I am running is on a seperate Linux box, i get a 'nlist: command not found'. I take it this means there needs to be a module installed on the Linux box?

    Or would the code need to be run on a box that has Novell installed?
      <joke>What I am? Your personal interface to Google?</joke>

      This error means that there is no nlist executable available (which could simply mean that it is not in your PATH). However searching Google returns Novell client for Linux. Now I am no expert, but this client 'looks' like it is what you want to install.

      As a secondary note, yes your first post lacked the required detail (hence your second post), see How do I post a question effectively?, and also please do some searching (via super search or insert search engine of choice here) before you post here, so far that is what I have done to answer your questions.

      Thanks

      Update: added ending to last sentence. 2: s/could could/could/

      Martin