Your IP : 216.73.216.74


Current Path : /proc/thread-self/root/usr/share/doc/perl-GraphViz/examples/
Upload File :
Current File : //proc/thread-self/root/usr/share/doc/perl-GraphViz/examples/xref.pl

#!/usr/bin/perl -w
#
# This script illustrates how cross-referencing using the
# B::Xref module can work

use strict;
qx(perl -MO=Xref,-r ../lib/GraphViz.pm > GraphViz.xref;  ./xref_aux.pl GraphViz.xref > GraphViz.png);