|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
|
Re:NOT my day in the debugger
|
| I run the debugger. "perl -de0". This is 5.6.1 under Solaris 8.
|
| I type "use MyxaPlugins::EventDB". The prompt returns without error.
|
| I type "x defined \&MyxaPlugins::EventDB::performance_detail". It prints:
| 0 1
| which is what you'd expect. The subroutine is defined.
the sub is not defined.
watch:
> perl -de 0
> DB<1> x defined \&perl_is_a_such_a_silly_language
> 0 1
> DB<2> x defined &perl_is_a_such_a_silly_language
> 0 ''
HTH
--jeff
**Majordomo list services provided by PANIX <URL:http://www.panix.com>**
**To Unsubscribe, send "unsubscribe phl" to majordomo@lists.pm.org**
|