in reply to Re^2: Taking file from current working directory
in thread Taking file from current working directory

Uh?
This module provides functions for determining the pathname of the current working directory. It is recommended that getcwd (or another *cwd() function) be used in all code to ensure portability.
Seems a little more portable than "./", but I might be missing something.

Update: ah, maybe I understand now. CWD stands for "Current Working Directory", the function tho change directory in Perl is chdir. That's what maybe misguided you.

Flavio (perl -e 'print(scalar(reverse("\nti.xittelop\@oivalf")))')

Don't fool yourself.