Session
Graphing Perl
Leon Brocard
Track: Perl Conference 5
Date: Wednesday, July 25
Time: 4:30pm
- 5:15pm
Location: Grande Ballroom B
This talk will explore visualization of various parts of Perl using directed graphs and the GraphViz module. It will cover:
- usage of the GraphViz module
- graphs of Perl data structures instead of Data::Dumper
- use of the B::Xref module to show potential subroutine call graphs
- use of the Devel::SmallProf module to show line-level call graphs
- use of the Devel::DProf module to show subroutine-level call graphs
- graphing Perl opcodes with the B::Graph module
- graphing the Perl grammar