Rahushi has asked for the wisdom of the Perl Monks concerning the following question:
Here, I am getting $EFFDATE properly in all cases but pwd does not return me anything for few dates. Any help will be highly appreciated. Thanks!!$file_type = '.txt'; if ($Filename !~ m/($file_type)$/) { $new_file_name = $Filename . '.txt'; $ftp->cwd($EffDate); $pwd_source = $ftp->pwd; &fide_msg ("I am here: $pwd_source"); $ftp->rename($Filename, $new_file_name); &f_msg ("$Filename does not have extension of .txt. Re +naming file to $new_file_name..."); }
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Need help for Net::FTP module
by Illuminatus (Curate) on Sep 26, 2012 at 16:42 UTC | |
by Rahushi (Initiate) on Sep 26, 2012 at 17:18 UTC | |
by Illuminatus (Curate) on Sep 26, 2012 at 18:42 UTC |