Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
I'm in the middle of writing a module to replace a CPAN module that I consider to be poorly written. But I've never written a module for CPAN before and I'm wondering if it's worth my time to submit this one if there is a similar module out there.

That's the gist of my question. If you want to hear the gory details...

I was on CPAN yesterday looking for a tool to download images from a website and came across HTTP-GetImages. It purportedly does what I want, except it doesn't. It appears to be broken. For instance, the author wrote his own malfunctioning hack to generate absolute file paths instead of using URI.pm. It doesn't handle search links contained in javascript pop-up boxes. And it seems to me to needlessly use anonymous arrays and hashes, adding to the comlexity of maintaing and debugging the code.

I spent about an hour looking through above module's code and finally decided that instead of trying to fix the module, it would be more fun and give me badly needed practice writing my own module from scratch. So far, so good, I'm about halfway done with my release.

$PM = "Perl Monk's";
$MCF = "Most Clueless Friar Abbot Bishop Pontiff";
$nysus = $PM . $MCF;
Click here if you love Perl Monks


In reply to Reinvent a broken wheel? by nysus

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (7)
As of 2024-04-19 08:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found