Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

comment on

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

Here are my favorites:

  • DBI - I do a lot of database work, and a lot of times I just need to see if a DB has a table or is available, so I use 'dbish' a lot. It's also a quick way to figure out what DSN's are available on your machine.
  • CGI - cgi scripting. :-)
  • CGI::Application - more often than not, defining callbacks for actions is a lot easier than straight scripting.
  • HTML::Template - use this with CGI::Application for faster web app prototyping.
  • DBIx::Recordset - has a nice interface.
  • HTML::TreeBuilder - once you wrap your brain around this one, you can scrape data from any web page you want. There's also a module HTML::Seamstress which uses this to create a better HTML template system than HTML::Template (IMHO).
  • Tk - sometimes it's nice to have your favorite script with a GUI interface. :-)
Update: Here's another one:
  • CGI::Session there's a cookbook and some good tutorials for using this module.
I use several others but these seem to be the most used in my arsenal, and I am a frequent surfer of CPAN, always watching out for anything that makes my job easier.

Cheers!

--
hiseldl
What time is it? It's Camel Time!


In reply to Re: Favourite modules April 2003 by hiseldl
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 admiring the Monastery: (5)
As of 2024-04-16 12:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found