On måndag, mar 31, 2003, at 14:45 Europe/Stockholm, Eric J. Roode wrote:
Devel::Self? ...no, that sounds like a program that writes itself.
Devel::This? Hm. That could work. That also opens the door for future functionality. Like say $this_package or something. (Yes, I know about __PACKAGE__, but that doesn't interpolate into strings... <shrug>). Or something else that someone else might suggest someday.
What do you think of Devel::This?
Thanks in advance. (and thanks for your comments, folks!)
I am a bit sceptical to Devel::This because for a lot of OO people, this is a synonym to self.
my $self = shift; vs my $this = shift;
Arthur