Skip to content

Instantly share code, notes, and snippets.

@SineSwiper
Created October 11, 2012 23:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SineSwiper/3876305 to your computer and use it in GitHub Desktop.
Save SineSwiper/3876305 to your computer and use it in GitHub Desktop.
P9Y::ProcessTable example
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