This meditation is not about solving the above problem which I encountered about 12 hours ago. It's about searching for a list of answers that might have helped me before I went through the drudgery of snipping out bits of my Template::Tookit code to find out what the problem was.

Well, in my case, I had [$- opening a block instead of [%- .. but the error that I got (Bad file descriptor) didn't really help me. I just wish there was somewhere on the Internet where I could file this information for the next poor sap that comes along.

Yes, I googled, I did a Super Search on Perlmonks, I googled some more, I did an strace on perl (how messy was that!!) and finally started cutting out some of the new code that I'd added. The good news was that I'd used rcs to check in the previous night's versions, so I had clear delineations between What Worked Last Night and What Doesn't Work This Morning.

I may be forced to start my own site, even if it's for my own sanity. Is there anywhere on the Internet where I might find such a repository of information?

Update I've started a blog (or, I should say, resumed a blog) at this location where I will shortly post this tidbit. I'll try to classify the Perl bits somehow. I'm new (again) to this whole blogging thing.

Spare time? What spare time?

Alex / talexb / Toronto

"Groklaw is the open-source mentality applied to legal research" ~ Linus Torvalds

Replies are listed 'Best First'.
Re: Bad file descriptor using Template::Toolkit
by merlyn (Sage) on Jan 03, 2006 at 06:44 UTC

      Thanks for the link .. I'll add that to my list. In the meantime, I downloaded and searched through the 29M of mailing list archives ..

      [tab@bert downloads]$ grep -i descriptor templates.mbox Entity and Session Beans, plus deployment descriptors so they could be <table name="contact" caption="contact" descriptor="name"> [tab@bert downloads]$ ls -lh templates.mbox -rw-rw-r-- 1 tab tab 29M Jan 3 08:45 templates.mbox [tab@bert downloads]$
      .. and it appears that no one has yet posted a message asking about this particular problem.

      Alex / talexb / Toronto

      "Groklaw is the open-source mentality applied to legal research" ~ Linus Torvalds

Re: Bad file descriptor using Template::Toolkit
by fireartist (Chaplain) on Jan 03, 2006 at 09:51 UTC
    I post similar problems I've solved on my use.perl blog - copying the error message exactly - hopefully anyone using a search engine will come across it.
Re: Bad file descriptor using Template::Toolkit
by Aristotle (Chancellor) on Jan 03, 2006 at 14:15 UTC

    I agree with fireartist: weblogs are a great tool for this purpose.

    Makeshifts last the longest.