Help for this page

Select Code to Download


  1. or download this
    use strict;
    use Graph::Undirected;
    ...
    }
    $Data::Dumper::Indent = 1;
    print Data::Dumper->Dump([\$g], [qw(*g)]);