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:
821
Date added:
2007-07-26
Publisher:
Tels
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
Devel::Graph 0.10 Keywords
Graph 0.10
perl code
code
Perl
module
flowchart
0.10
graphical
Devel::Graph
DevelGraph
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 publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed
Featured Software
Want to place your software product here?
Please contact us for consideration.
Contact WareSeeker.com
Related Information
Related Software
Graph is a Perl module with graph data structures and algorithms. Free Download
Path::Graph is a Perl module created to generate paths from hash graph. Free Download
CVS Perl library is a Perl module which is is a wrapper around the CVS command with an object-oriented interface. Free Download
Devel::Profile is a Perl module to tell me why my perl program runs so slowly. Free Download
Test::TestCoverage is Perl module to test if your test covers all public subroutines of the package. Free Download
Code::Perl is a Perl module to produce Perl code from a tree. Free Download
Graph::Writer::TGXML is a Perl module used to write out directed graph as TouchGraph LinkBrowser XML. Free Download
Convert::Braille is a Perl module that can convert Between Braille Encodings. Free Download
Latest Software
Popular Software
Favourite Software