Re: Social network map

2013-07-15 Thread htchd7ji
Wow, you really know what I want to say. Thanks a lot. I've already tried gephi which is not great. I'll try the module you mentioned Htc On Jul 15, 2013, at 11:11 AM, "David Precious" wrote: > On Mon, 15 Jul 2013 10:47:00 -0400 > wrote: > >> Something like Facebook contacts, email contacts

Re: Social network map

2013-07-15 Thread htchd7ji
Sorry, I'm a beginner and don't know how to express my question in a more clear way. I'll take all the suggestions from you and others. I'll probably have more questions afterwards Htc On Jul 15, 2013, at 11:59 AM, "Luca Ferrari" wrote: > On Mon, Jul 15, 2013 at 4:47 PM, wrote: >> Somethin

Re: Social network map

2013-07-15 Thread Luca Ferrari
On Mon, Jul 15, 2013 at 4:47 PM, wrote: > Something like Facebook contacts, email contacts. I want to have a map of > these contacts, which will include all type of interaction information . I don't get what you are trying to do. If the aim is to render a phone-book like application, that shoul

Re: Social network map

2013-07-15 Thread David Precious
On Mon, 15 Jul 2013 10:47:00 -0400 wrote: > Something like Facebook contacts, email contacts. I want to have a > map of these contacts, which will include all type of interaction > information . Still a bit too vague - but I'm guessing you want something that shows each "person" (Facebook accoun

Re: Social network map

2013-07-15 Thread htchd7ji
Something like Facebook contacts, email contacts. I want to have a map of these contacts, which will include all type of interaction information . Htc On Jul 15, 2013, at 10:35 AM, "shawn wilson" wrote: > On Mon, Jul 15, 2013 at 8:02 AM, Feng He wrote: >> On 2013-7-15 19:30, htchd...@live.com

Re: Social network map

2013-07-15 Thread shawn wilson
On Mon, Jul 15, 2013 at 8:02 AM, Feng He wrote: > On 2013-7-15 19:30, htchd...@live.com wrote: >> >> How to draw a social network map in Perl? > > > what's a social network map? Yeah, this sounds like it could be interesting, but we're only guessing at what you're trying to do from your 9 word de

Re: SSH connection to different network devices

2013-07-15 Thread Feng He
On 2013-7-15 18:42, Dr.Ruud wrote: I need some advice which library or module to use for multiple connection to network devices. For example change status of ports on the hundred switches. Also check out 'ansible'. ansible is python's. I suggest this perl one which is quite nice: http://rexif

Re: Social network map

2013-07-15 Thread Feng He
On 2013-7-15 19:30, htchd...@live.com wrote: How to draw a social network map in Perl? what's a social network map? I have been using RRDtool for graphing you may take a look: http://oss.oetiker.ch/rrdtool/ Regards. -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional com

RE: Excel Sheet Gen Code gives error

2013-07-15 Thread Tom, Jentil Kuriakose
Thanks Pritish/jing! From: Pritish Pattanaik [mailto:pattanaikprit...@gmail.com] Sent: Monday, July 15, 2013 4:47 PM To: Tom, Jentil Kuriakose; beginners@perl.org Subject: Re: Excel Sheet Gen Code gives error Hello Jentil, Have you installed SpreadSheet::WriteExcel module ? , if no => then inst

Social network map

2013-07-15 Thread htchd7ji
Hi all, How to draw a social network map in Perl? Yvon -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/

Re: Excel Sheet Gen Code gives error

2013-07-15 Thread Pritish Pattanaik
Hello Jentil, Have you installed SpreadSheet::WriteExcel module ? , if no => then install it from cpan shell or you can download it from ( http://search.cpan.org/CPAN/authors/id/J/JM/JMCNAMARA/Spreadsheet-WriteExcel-2.39.tar.gzlink) follow the instruction: wget link tar -xzvf file.gz cd newly

Re: Excel Sheet Gen Code gives error

2013-07-15 Thread Jing Yu
Hi Jentil, You do not seem to have the module installed. If you have cpanm, you may try: $ cpanm Spreadsheet::WriteExcel Cheers, Jing On 15 Jul 2013, at 19:01, "Tom, Jentil Kuriakose" wrote: > > Hi, > > I have written simple EXCEL sheet gen PEARL code: > > #!/usr/bin/perl

Excel Sheet Gen Code gives error

2013-07-15 Thread Tom, Jentil Kuriakose
Hi, I have written simple EXCEL sheet gen PEARL code: #!/usr/bin/perl use strict; use Spreadsheet::WriteExcel; my $workbook = Spreadsheet::WriteExcel->new("simple.xls"); my $SUMMARY = $workbook->add_worksheet("SUMMARY"); $SUMMARY->write(0, 0,

Re: SSH connection to different network devices

2013-07-15 Thread Dr.Ruud
On 14/07/2013 22:06, Kolya Gromivchuk wrote: I need some advice which library or module to use for multiple connection to network devices. For example change status of ports on the hundred switches. Also check out 'ansible'. -- Ruud -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org

Re: SSH connection to different network devices

2013-07-15 Thread Luca Ferrari
On Sun, Jul 14, 2013 at 10:06 PM, Kolya Gromivchuk wrote: > Hello, > > I need some advice which library or module to use for multiple connection to > network devices. For example change status of ports on the hundred switches. > > I don't see any reason to get it concurrently, rather to process e

Re: SSH connection to different network devices

2013-07-15 Thread Shlomi Fish
Hi Kolya, On Sun, 14 Jul 2013 23:06:00 +0300 Kolya Gromivchuk wrote: > Hello, > > I need some advice which library or module to use for multiple connection > to network devices. For example change status of ports on the hundred > switches. Assuming I understand you correctly, then I believe an