in reply to Re: Re: (tye)Re: ADD PATH TO @INCin thread ADD PATH TO @INC
Yes and no. Your code, print "C:/ads/lib"; will print C:/ads/lib. But Perl on Win32 will correctly understand / as a path separator (e.g., open FILE, 'C:/ads/lib/file.txt';).