On Sun, Jan 20, 2002 at 08:06:51AM -0800, Matt C. wrote:
> This is a small list of Great Modules which have REALLY helped me 
> recently. I figured I would share a few. 

Matt,

I really enjoyed this post.  Does anyone else want to share some CPAN
modules or techniques they've found useful recently?

My plaything of recent times is Leon Brocard's GraphViz.pm module, which
allows you to graph from perl.  There's also a GraphViz::DBI, which
simply takes a DBI connection and snarfs table/relationship details from
the database before outputting a graph showing tables and the links
between them.

I'm also still an HTML::TokeParser geek.  TokeParser allows you to grab 
the contents of HTML tags, even if there's a complex structure to the
page defining which tags you want to take and which you don't.  

Hope either of these spark someone's interest.

- Chris.
-- 
$a="printf.net"; Chris Ball | chris@void.$a | www.$a | finger: chris@$a
As to luck, there's the old miners' proverb: Gold is where you find it.

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to