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

Hmm, have you used modules before? Have you written some modules (including for your private use)?

Replies are listed 'Best First'.
Re^4: Need help to build a framework
by sriram83.life (Acolyte) on Feb 24, 2014 at 17:57 UTC
    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

      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