http://qs321.pair.com?node_id=995830


in reply to Re: Need help for Net::FTP module
in thread Need help for Net::FTP module

Thanks for the reply. Yes I should do that but currently I have to live with what I have coded. I am trying to understand that even if $ftp->cwd would have failed, $ftp->pwd should give me my current working directory but unfortunatelt I am not getting anything in $pwd_source and it prints as "I am here: "

Replies are listed 'Best First'.
Re^3: Need help for Net::FTP module
by Illuminatus (Curate) on Sep 26, 2012 at 18:42 UTC
    You didn't post the code where your program connects to the host. If you're not checking the return from ->login, then I would expect ->pwd to fail as it's doing if the login failed.

    fnord