[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Omaha.pm] ignoring undefined subroutines




On Sep 9, 2004, at 4:54 AM, Hugh Jarce wrote:
    local *sym = $main::{$_};
    defined($sym) and print "jay is trying to break hugh's code\n";
    defined(*sym{CODE}) and &$_;

OOooo... That's neat. That's probably what I was trying to find in my book and couldn't figure out where it lived... Symbol tables?

See also Devel::Symdump.

I'll check it out. Thanks,

j