| Question: | If you're looking to transfer to another computer using FTP from within your Perl program, the best way to do it is: |
| Answer 1: | Use the Net::FTP module from the CPAN (a part of libwwww) This was the CORRECT answer |
| Answer 2: | Run the FTP command in backquotes in your Perl program |
| Answer 3: | Use the built in methods setftpconnection and putftpfile |
| Answer 4: | Write a sockets program for ports 20 and 21 |
| Answer 5: | Fork an Expect application. |
| Answer 6: | Have your Perl program write and then source a command file |