in reply to Re: nlist command with Perl
in thread nlist command with Perl

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?

Replies are listed 'Best First'.
Re^3: nlist command with Perl
by marto (Cardinal) on Apr 25, 2008 at 14:46 UTC
    <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