Thread caller
(12 answers)
Opened by Froschpopo at 2007-06-22 12:13
[quote=Froschpopo,22.06.2007, 10:13]kann ich mittels caller() auch rausbekommen, von welcher subroutine ein aufruf erfolgt?[/quote]
was ist an ($package, $filename, $line, $subroutine, $hasargs, $wantarray, $evaltext, $is_require, $hints, $bitmask) = caller($i); denn so unverständlich? Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. -- Damian Conway in "Perl Best Practices"
lesen: Wie frage ich & perlintro brian's Leitfaden für jedes Perl-Problem |