Timothy Flynn wrote:
>       I have a module that I created that I am trying to access from a
> script that is started with the nohup option.  This means 
> that, unless I
> want to have to go to the scripts home directory each time I 
> start it I need
> to be able to find the module at exec time.  What happens is 
> that even if
> the module is in the same directory as the script, or in one 
> of the paths
> that perl checks for modules, perl reports that it can't find 
> the module.  
> 
>       I am running on AIX, and the module is declared with the package
> modulename; syntax (modulename is same as filename) - 
> TerminalServer.pm .  I
> am using use to include the module.  Any ideas?

I haven't tried it, but maybe something like this:

   use lib '/full/path/to/your/module';
before you
   use TerminalServer;


--
Mark Thomas                    [EMAIL PROTECTED]
Sr. Internet Architect         User Technology Associates, Inc.

$_=q;KvtuyboopuifeyQQfeemyibdlfee;; y.e.s. ;y+B-x+A-w+s; ;y;y; ;;print;;
_______________________________________________
Perl-Unix-Users mailing list. To unsubscribe go to 
http://listserv.ActiveState.com/mailman/subscribe/perl-unix-users

Reply via email to