Hello,

is it possible to determine within a function from which
module/function this one was called?

for instance:

sub test1 {

        test2();

}

sub test2 {

        .... you were called from function test1.

}

thanks in advance, Christian

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to