Hi,

        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?


-Tim
_______________________________________________
Perl-Unix-Users mailing list. To unsubscribe go to 
http://listserv.ActiveState.com/mailman/subscribe/perl-unix-users

Reply via email to