Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: what resources are available for obscure modules

by Anonymous Monk
on Aug 25, 2009 at 01:55 UTC ( [id://790956]=note: print w/replies, xml ) Need Help??


in reply to what resources are available for obscure modules

Keep testing and debugging until you get lucky and figure it out?

I will first determine if I am following the documentation (examples, testsuite...).

If I am familiar with the subject (say HTTP), I will trace the code execution and compare against the RFC (what is supposed to happen, what actually happens. Eventually (an hour) I will find where the error lies(which code is responsible, what assumptions were made...).

If I can narrow it down to a few function calls, I will search for related bug reports.

If I can find none dealing with my problem, I will submit a bug report, and ask for help (on perlmonks, or a dedicated mailing list).

I will usually keep working on it while waiting for help. Sometimes this means learning a new protocol (reading RFC), though I try to do that only under under deadline (unless its really fun).

Luck only determines how fast I finish (fix, circumvent, wait, or yield).

  • Comment on Re: what resources are available for obscure modules

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://790956]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (4)
As of 2024-04-18 05:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found