Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
    Are there any modules on CPAN that you've used and found somehow deficient? If there are any modules that simply need maintenance, a code review, or better documentation, I'd be willing to talk to the authors and ask if they'll take my help.

oh baby, i've got a few for you.

  • Net::Traceroute, with all due respect to the author, is hopelessly fubar. Often it returns the host being 255.255.255.255 or 0.0.0.0 with no errors whatsoever. It actually is just a parser for the system `traceroute` call and thus cant be expected to think very hard. The ever-so-cool cleen otherwise known as bind has constructed a small perl script to create raw packets -- it would be very easy to implement traceroute from this.
  • Archive::Tar was never intended to work with scalars instead of files, and does not play with others. See relevant post here. Working with IO::Scalar would make it excellent, but i should be able to just slurp in a file, detar it, and write it out. It doesnt let you do that.
  • Convert::UU seems to have almost no purpose for being anymore since perl 5+ has pack 'u'.
  • XML::DOM has given me no end of trouble as of late...

and these are just the modules that have recently irritated me. there are others... :)

--
transcending "coolness" is what makes us cool.


In reply to Re: Data Structures wanted; apply within. (give me all your modules) by deprecated
in thread Data Structures wanted; apply within. by Falkkin

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 avoiding work at the Monastery: (3)
As of 2024-04-25 22:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found