Re: [PHP] PERL Caller equivalent function

2006-03-20 Thread Chris
sgsweb wrote: Hi, Perl has a function named caller with the following signature and return values: ($package, $filename, $line, $subroutine, $hasargs, $wantarray, $evaltext, $is_require) = caller($i); This function returns information pertaining to the calling routine, such as the na

[PHP] PERL Caller equivalent function

2006-03-20 Thread sgsweb
Hi, Perl has a function named caller with the following signature and return values: ($package, $filename, $line, $subroutine, $hasargs, $wantarray, $evaltext, $is_require) = caller($i); This function returns information pertaining to the calling routine, such as the name of the funct