Devel::Graph 0.10
Sponsored Links
Devel::Graph 0.10 Ranking & Summary
File size:
0.036 MB
Platform:
Any Platform
License:
GPL (GNU General Public License)
Price:
Downloads:
9987
Date added:
2007-07-26
Publisher:
Tels
Publisher URL:
http://search.cpan.org/~t
Devel::Graph 0.10 description
Devel::Graph module can turn Perl code into a graphical flowchart.
SYNOPSIS
use Devel::Graph;
my $grapher = Devel::Graph->new();
my $graph = $grapher->decompose( if ($b == 1) { $a = 9; } );
print $graph->as_ascii();
# Will result in something like this:
################
# start #
################
|
|
v
+--------------+
| if ($b == 1) |--+
+--------------+ |
| |
| true |
v |
+--------------+ |
| $a = 9; | | false
+--------------+ |
| |
| |
v |
################ |
# end # <+
################
# Alternatively, read in code from a file
my $graph_2 = $grapher->decompose( lib/Foo.pm );
print $graph_2->as_ascii();
This module decomposes Perl code into blocks and generates a Graph::Flowchart object out of these. The resulting object represents the code in a flowchart manner and it can return an Graph::Easy object.
This in turn can be converted it into all output formats currently supported by Graph::Easy, namely HTML, SVG, ASCII art, Unicode art, graphviz code (which then can be rendered as PNG etc) etc.
SYNOPSIS
use Devel::Graph;
my $grapher = Devel::Graph->new();
my $graph = $grapher->decompose( if ($b == 1) { $a = 9; } );
print $graph->as_ascii();
# Will result in something like this:
################
# start #
################
|
|
v
+--------------+
| if ($b == 1) |--+
+--------------+ |
| |
| true |
v |
+--------------+ |
| $a = 9; | | false
+--------------+ |
| |
| |
v |
################ |
# end # <+
################
# Alternatively, read in code from a file
my $graph_2 = $grapher->decompose( lib/Foo.pm );
print $graph_2->as_ascii();
This module decomposes Perl code into blocks and generates a Graph::Flowchart object out of these. The resulting object represents the code in a flowchart manner and it can return an Graph::Easy object.
This in turn can be converted it into all output formats currently supported by Graph::Easy, namely HTML, SVG, ASCII art, Unicode art, graphviz code (which then can be rendered as PNG etc) etc.
Devel::Graph 0.10 Screenshot
Sponsored Links
Devel::Graph 0.10 Keywords
Graph 0.10
DevelGraph
perl code
code
Perl
module
graphical
0.10
Devel::Graph 0.10
Libraries
Programming
Bookmark Devel::Graph 0.10
Devel::Graph 0.10 Copyright
WareSeeker periodically updates pricing and software information of Devel::Graph 0.10 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of Devel::Graph 0.10 Edition. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed
Devel::Graph 0.10 Related Software
Graph::Flowchart is a Perl module that can generate easily flowcharts as Graph::Easy objects.
Path::Graph is a Perl module created to generate paths from hash graph.
Devel::Peek is a Perl module that acts as a data debugging tool for the XS programmer.
Devel::DumpSizes is a Perl module to dump the name and size in bytes of variables that are available at a give point in a script
Devel::DebugInit is a Perl extension for creating a debugger initialization files from C header file macros.
GD::Graph::Thermometer is a Perl module to generate progress graph on the fly.
Q-Graph is a collection of Q scripts that provide a graph data structure and a full-featured graph editor.
My Software
You have not saved any software. Click "Save" next to each software to save it to your software basket
Related Information
Sponsored Links
TOP POPULAR DOWNLOAD