"Charles K. Clarkson" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Mahantesh Hongal <mailto:[EMAIL PROTECTED]> wrote: > > : Can anybody let me know how to create our own modules in perl. > > What would you like to place inside the modules? You can > limit yourself to just subs or you can add data, methods, and > objects. What is your intended end use of this module? > > > HTH, > > Charles K. Clarkson > -- > Mobile Homes Specialist > 254 968-8328 >
Just I want to place all my subs (functions) in one file i.e., module and want to refer as and when it is needed. I can use 'require' for this purpose but in require technique code will be included at runtime and even if our script is working fine and the sub function which we are including through require is having error and then whole script will be stopped. So, I want code in such a way that which will run indipended of the modules (subs). -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>