[EMAIL PROTECTED] wrote:
> Hi there!

Hello,

> I want to get the current environment variable (current directory), and I
> type like this:
> 
> $currentpath = %ENV;
> 
> and I get something like 37/64
> instead of maybe usr/username/test
> 
> How do I get current directory?

perldoc Cwd


John
-- 
use Perl;
program
fulfillment

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to