%% "J. Grant" <[EMAIL PROTECTED]> writes: >> perl -e 'use POSIX qw(getcwd); my $d = getcwd(); print "$d\n";'
jg> It works for me, also "pwd" in the shell works for me on MSYS/rxvt. jg> $ perl -e 'use POSIX qw(getcwd); my $d = getcwd(); print "$d\n";' jg> /home/now3d/make/tests Well, that's good stuff. What version of Perl are you using? I wonder if this works for Perl on Windows in general, or just in MSYS. -- ------------------------------------------------------------------------------- Paul D. Smith <[EMAIL PROTECTED]> Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org "Please remain calm...I may be mad, but I am a professional." --Mad Scientist _______________________________________________ Make-w32 mailing list [email protected] http://lists.gnu.org/mailman/listinfo/make-w32
