Graphing Perl Package Usage for Fun and Profit via Graph::Easy

Examples

Top -^

A few words to the colors:

vars

Here are two versions of graphs generated for the vars package, both recursively.

Blead:
Blead perl usage graph for vars.pm
v5.8.6:
v5.8.6 perl usage graph for vars.pm

Note that the two resulting images cannot be scaled and do not have mouse-over titles for individual nodes.
Here is one of them as HTML and ASCII, output by Graph::Easy. Note mouse-over the nodes gives you the amount of packages used, and you can zoom the graph by using text-zoom (CTRL and +/- with Mozilla):

vars
v1.01
------> strict
|
|
v
warnings::register
v1.00
------> warnings
v1.03
------> Carp
v1.03
------> Exporter
v5.58

Here is the same graph, as ASCII:

+--------------------+     +----------+
| vars               | --> | strict   |
| v1.01              |     +----------+
+--------------------+
  |
  |
  v
+--------------------+     +----------+     +-------+     +----------+
| warnings::register | --> | warnings | --> | Carp  | --> | Exporter |
| v1.00              |     | v1.03    |     | v1.03 |     | v5.58    |
+--------------------+     +----------+     +-------+     +----------+

Larger Examples

Top -^

Here are some links to larger examples. Warning! Large files!