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
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
> >
> 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
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