Hi,
I got the problem.
I have two programs and want them to use one common module written by mine. I launch one program that launches another one (system(...)). I use Win2K. Both programs use the same module. The first program is Ok. But when it launches another program - another program can't use the same module: "Cant locate ... module in @INC"
When I launch another program separately - everything is ok.
Is it Ok for Perl?
Thanks.