in reply to Re^4: Net::FTP pwd bug?
in thread Net::FTP

Hmmm.... Copied
my $path = $ftp->pwd() or die "pwd failed: " . $ftp->code() . ": " . $ftp->message(); print "$path\n";
Directly and it seems to work... (I get the path!)

What was I doing wrong?

Edit Da der I forgot to print the path! I got it now