in reply to How to split big files with Perl ?
Have you tried 'split' command of Fedora? It can be called from perl like this:
`split filename`; [download]