Guest User

Untitled

a guest
Oct 21st, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. #!/usr/bin/perl -w
  2. use Graph::Easy::Parser::Graphviz;
  3. my $parser = Graph::Easy::Parser::Graphviz->new();
  4. print $parser->from_file($ARGV[0])->as_ascii();
Add Comment
Please, Sign In to add comment