in reply to unexpected debugging help

Just did it today, in fact. Wondering why I couldn't require a Perl file when I ran apachectl configtest as a normal user. Spent about a half hour digging around before I realized I didn't have permission to read the file.

----
I wanted to explore how Perl's closures can be manipulated, and ended up creating an object system by accident.
-- Schemer

: () { :|:& };:

Note: All code is untested, unless otherwise stated

Replies are listed 'Best First'.
Re: Re: unexpected debugging help
by geektron (Curate) on Jan 23, 2004 at 07:18 UTC
    been there, done that.