http://www.perlmonks.org?node_id=302669

jmerelo has asked for the wisdom of the Perl Monks concerning the following question:

I'm trying to find a module for doing social network analysis in Perl, and there seems to be none; even worse, there does not seem to be any way of using a command-line utility or a library from Perl to perform social network analysis. The best thing I have come up with so far is using the sna library for the R statistical package, and calling it from a Perl program; unfortunately, the RSPerl package (Perl interface from R) can't seem to work properly, at least with the combination I have now (Perl 5.8, R 1.7). Anybody can be of help here? Anybody doing social network analysis with Perl?