Created
October 11, 2012 23:26
-
-
Save SineSwiper/3876305 to your computer and use it in GitHub Desktop.
P9Y::ProcessTable example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
use P9Y::ProcessTable; | |
use Data::Dump; | |
my $p = P9Y::ProcessTable->new; | |
my @list = $p->table; | |
dd \@list; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment