On Nov 16, Rex Arul said:

>C:\WINDOWS>perldoc -f Cwd
>No documentation for perl function `Cwd' found

perldoc -f Cwd is not the same as perldoc Cwd.

There is a standard module, Cwd.pm, that gives you a cwd() function.

>From: "Michael Fowler" <[EMAIL PROTECTED]>
>
>> On Fri, Nov 16, 2001 at 05:23:19PM -0800, Pradeep Sethi wrote:
>> > what is the function in perl that returns current dir ?
>> 
>> see perldoc Cwd

-- 
Jeff "japhy" Pinyan      [EMAIL PROTECTED]      http://www.pobox.com/~japhy/
RPI Acacia brother #734   http://www.perlmonks.org/   http://www.cpan.org/
** Look for "Regular Expressions in Perl" published by Manning, in 2002 **


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

Reply via email to