my requirement is
For example i need to compress 100 files using any compression tool (zip,gzip,bzip2 ..). While compressing if the compressed file reaches 2 GB then i have to create new compressed file
because In Linux maximum file size is 2GB .
Is there any perl module or any solution available for meeting above requirement .