Re: functionality of .pl from .pm

2005-04-07 Thread Xavier Noria
On Apr 6, 2005, at 12:22, lohit wrote: i have a strange requirement where in i have certain functionality to be achieved by calling a perlscript. say script.pl but i also have to seperate these functionalities in a module script.pm A different thread today reminded me that caller() could be useful

Re: functionality of .pl from .pm

2005-04-06 Thread lohit
On Apr 6, 2005 8:26 PM, Lawrence Statton <[EMAIL PROTECTED]> wrote: > > > Hi there, > > > > i have a strange requirement where in i have certain functionality to > > be achieved by calling a perlscript. say script.pl > > but i also have to seperate these functionalities in a module script.pm > >

Re: functionality of .pl from .pm

2005-04-06 Thread Lawrence Statton
> Hi there, > > i have a strange requirement where in i have certain functionality to > be achieved by calling a perlscript. say script.pl > but i also have to seperate these functionalities in a module script.pm > > how woudl you design a case where in script.pm provides certain > functions, ye

functionality of .pl from .pm

2005-04-06 Thread lohit
Hi there, i have a strange requirement where in i have certain functionality to be achieved by calling a perlscript. say script.pl but i also have to seperate these functionalities in a module script.pm how woudl you design a case where in script.pm provides certain functions, yet be able to wor