Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??

My Favourite Modules in use for April 2003

  1. XML::XPath - XPath expressions rock da house for extracting stuff
  2. WWW::Mechanize - Since I do webscraping a lot
  3. CGI::Wiki - Since I use it for my wiki

My Favourite Modules not in use for April 2003

  1. File::Find::Rule - I recommend it wherever I can, but haven't used it myself yet. But I like the API.
  2. dotdotdot - the yadda yadda yadda operator makes for nice, compiling examples, and still prevents the user from blindly running the example without changing the minor nits.
  3. P6P5 by xmath - Perl 6 rules rule !

My least favourite module currently in use for April 2003

  1. HTML::Tidy - it's got no documentation, it's got a horrible interface from Perl, is written in C++ and (under Linux) it has a LOT of underdocumented dependencies that can't be installed through my package managers (apt-get resp. CPAN). This is the first module where installation under Windows was easier than under Linux. Watch out for HTML::Tidy::Simple, a wrapper that will try to user HTML::Tidy and, if its not there, shell out to the tidy program (which is what I now use under Linux).
    ptidy sourceforge page (0 released files)
    tidylib Perl bindings (got this to work)

Update: Added links to HTML::Tidy

perl -MHTTP::Daemon -MHTTP::Response -MLWP::Simple -e ' ; # The $d = new HTTP::Daemon and fork and getprint $d->url and exit;#spider ($c = $d->accept())->get_request(); $c->send_response( new #in the HTTP::Response(200,$_,$_,qq(Just another Perl hacker\n))); ' # web

In reply to Re: Favourite modules April 2003 by Corion
in thread Favourite modules April 2003 by Juerd

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 imbibing at the Monastery: (4)
As of 2024-04-19 02:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found