veerubiji has asked for the wisdom of the Perl Monks concerning the following question:

Hi, I have the script that reads an xml file and creates hash table. its working properly but now i need to create module for that code, that i can call in my main function.In my main function file path as input and it gives output as hash. now i need to create module for this how can i create module for this code.

Replies are listed 'Best First'.
Re: create module using perl
by choroba (Cardinal) on Oct 12, 2011 at 15:25 UTC
    You should start with reading perlmod.