I have a script that runs fine in Perl64, but when I do
pp -o uploadfiles.exe inputfile.pl and try to run uploadfiles.exe it opens a prompt box and tries to connect to a HostGator account, but after a few seconds gives "login authentication failed". The script uses this: use strict; use warnings; use File::Find; use Net::FTP::Recursive; $| = 1; #Autoflush STDOUT Anybody have any ideas on why this is not working? This is Activestate Perl 5.16.3 built for MSWin32-x64. Mike