> Greetings!

howdy

> 
> I uploaded a set of Perl files to the target server and then 
> started my application.  I got an error message immediately 
> claiming that it couldn't find one of my module files in 
> @INC, and then it told me what @INC was.  The last entry in 
> it was ".", which represents the current directory.  I'm 
> pretty durn sure I put all the files into the same place.  
> So, I'd like to know what the host computer thinks "." is.  
> How can I retrieve the name of the directory "." points to?

print qx(pwd);

HTH
DMuey

> 
> Thanks very much!
> 
> Rob
> 
> 
> 
> __________________________________
> Do you Yahoo!?
> Yahoo! SiteBuilder - Free, easy-to-use web site design 
> software http://sitebuilder.yahoo.com
> 
> -- 
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to