Re: custom module and lib

2011-02-08 Thread a b
Hi All, I just tweak some of the regular modules under my lib and those who denied made it as pre-reqs I am still fighting for my exact solution On Thu, Feb 3, 2011 at 9:23 PM, Octavian Rasnita wrote: > If you got a solution, it could be helpful for those who will find this > thread on the we

Re: custom module and lib

2011-02-03 Thread Octavian Rasnita
If you got a solution, it could be helpful for those who will find this thread on the web if you would explain what you did. Octavian -- From: "a b" > Thanks a lot all for your views!! i got my solution > > Regards, > a b > > On Mon, Jan 31, 2011 at 10:48 PM, Rob Dixon wrote: > >> On 31/01/2

Re: custom module and lib

2011-02-03 Thread a b
Thanks a lot all for your views!! i got my solution Regards, a b On Mon, Jan 31, 2011 at 10:48 PM, Rob Dixon wrote: > On 31/01/2011 09:27, a b wrote: > >> >> Making it more clear. >> >> I want to make tar ball which contains my perl scripts and no other >> dependencies required. like Net::Rsh,

Re: custom module and lib

2011-01-31 Thread Rob Dixon
On 31/01/2011 09:27, a b wrote: Making it more clear. I want to make tar ball which contains my perl scripts and no other dependencies required. like Net::Rsh,Net::Telnet etc once user untar it, he should be able to run it from anywhere without any extra perl modules. I am thinking that might

Re: custom module and lib

2011-01-31 Thread Octavian Rasnita
From: "a b" Thanks much for your response!! Making it more clear. I want to make tar ball which contains my perl scripts and no other dependencies required. like Net::Rsh,Net::Telnet etc once user untar it, he should be able to run it from anywhere without any extra perl modules. I am thinkin

Re: custom module and lib

2011-01-31 Thread a b
Thanks much for your response!! Making it more clear. I want to make tar ball which contains my perl scripts and no other dependencies required. like Net::Rsh,Net::Telnet etc once user untar it, he should be able to run it from anywhere without any extra perl modules. I am thinking that might be

Re: custom module and lib

2011-01-30 Thread Jeremiah C. Foster
On Sun, Jan 30, 2011 at 03:37:14PM +, Rob Dixon wrote: > On 30/01/2011 14:09, a b wrote: > > > >I have a query regarding using lib modules > > > >1) I've some custom modules which uses various default routines like > >"Net::rsh" etc > > > >Now, i want to pack all default routines into my lib a

Re: custom module and lib

2011-01-30 Thread Rob Dixon
On 30/01/2011 14:09, a b wrote: I have a query regarding using lib modules 1) I've some custom modules which uses various default routines like "Net::rsh" etc Now, i want to pack all default routines into my lib and use that lib in my custom modules i.e package MyModule; use lib "lib/test";

custom module and lib

2011-01-30 Thread a b
Hello All, I have a query regarding using lib modules 1) I've some custom modules which uses various default routines like "Net::rsh" etc Now, i want to pack all default routines into my lib and use that lib in my custom modules i.e package MyModule; use lib "lib/test";(here i am placing my Rsh