Doug Loud <> wrote:
: 
: In the windows world, however, when I try the same thing, I get an
: error telling me that  the system "Can't locate /Includes/XYZ.pl in
: @INC ".

    Sounds like you need to place the parent directory of /Includes
in @INC.

use lib 'c:/path/to/parent/of/Inculdes';

require "/Includes/XYZ.pl";


HTH,

Charles K. Clarkson
-- 
Mobile Homes Specialist
254 968-8328

_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to