develooper Front page | perl.perl5.porters | Postings from October 2003

Re: Setting the Compiled Name by Hand

Thread Previous | Thread Next
From:
Martyn J. Pearce
Date:
October 2, 2003 03:23
Subject:
Re: Setting the Compiled Name by Hand
Message ID:
20031002102023.GB23979@jezebel.sixears.co.uk
On Thu, Oct 02, 2003 at 09:32:53AM +0000, Slaven Rezic wrote:
> Try to set the $DB::sub variable:
> 
>     my $sub = sub {
>         $DB::sub = "namedsub";
>         ...
>     };

Thanks for the idea, but that seems not to affect either the use of the
debugger or dprofpp :-(

Mx.

Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About