vishwa has asked for the wisdom of the Perl Monks concerning the following question:
Hi All,
I need technical assistance on PERL.
I am getting XML file whose size is not fixed.
Now I need to split this XML files into 19.5 MB and store it in a file named file1
If the incoming file is more than 19.5 MB then it has to create another file named file2 and so on.
I need to write PERL script to achieve this functionality.
Need help.
Thanks in advance.