Hi,, Regarding perl modules

2007-01-10 Thread Vikas Kumar Choudhary
  
Hi

I am vikas here, just getting in perl..
can anybody told me to create modules and how to use these in our scripts..

Thanks

Vikas Kumar Choudhary
Software Engineer
Bangalore-50078
Mobile:- 91-9886793145 


Re: Hi,, Regarding perl modules

2007-01-10 Thread Andy Greenwood

On 10 Jan 2007 09:21:55 -, Vikas Kumar Choudhary
[EMAIL PROTECTED] wrote:


Hi

I am vikas here, just getting in perl..
can anybody told me to create modules and how to use these in our scripts..


$ perldoc perlmod

should get you started. To use modules you've created, just put this
at the top of your program.

use yourMod;



Thanks

Vikas Kumar Choudhary
Software Engineer
Bangalore-50078
Mobile:- 91-9886793145





--
I'm nerdy in the extreme and whiter than sour cream

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/