in reply to Re^3: Need help to build a framework
in thread Need help to build a framework

No Laurent. That is why,i am stuck how to write this framework. Recursively how can i extract .jar, .ear,.tar etc.. and find files that i need.I need to automatically extract jar and ears inside tars as well.

sriram

Replies are listed 'Best First'.
Re^5: Need help to build a framework
by Laurent_R (Canon) on Feb 24, 2014 at 18:24 UTC
    To start with you may want to have a thorough look to the documentation on modules, for example this: http://perldoc.perl.org/perlmod.html. Then you will need to go to the CPAN and look for existing modules that can take care of the various formats you need to handle.

      Thanks laurent. I will look into the existing modules in CPAN and see how can i make use of them. Can you please provide me your personal maild id (preferebly gmail) so that i can ask some questions to you.. if i am stuck anywhere.

      Sriram