in reply to Re^2: package that can handle ftp, sftp, http etc ?
in thread package that can handle ftp, sftp, http etc ?
Moreover, calling an external program is fraught with a lot of coding traps and pitfalls. In general I would prefer using a perl module rather than system() whenever possible.
Btw, why do you need it to be a "single package"? There are ways to bundle CPAN packages together so that you can install all of them with a single command.
|
|---|