Perl MOdule Tutorial

2009-02-03 Thread Kelvin Philip
Hi, Can you please point me to some good perl module tutorial for a beginner level? Regards, Kelvin

Re: How do I print something out in color on windows cmd?

2009-02-03 Thread Ron Bergin
On Feb 1, 11:43 pm, psars...@ptc.com (Paryushan Sarsamkar) wrote: > I wanted to print some text on windows cmd in different colors, below is the > code that I am using which works fine on unix but not on windows L > > #!/usr/bin/perl > > use strict; > > use warnings; > > use Term::ANSIColor; > > p

Re: Class::DBI vs DBIx::Class

2009-02-03 Thread Dermot
2009/2/3 Jay Savage : > Hi All, > > I was wondering if someone could point me toward a useful comparison > of Class::DBI and DBIx::Class. Going through the docs, they seem to be > much of a muchness. Are there any clear advantages to DBIxC? I'm > porting a (Maypole-based) webapp to new environment,

Re: Class::DBI vs DBIx::Class

2009-02-03 Thread Octavian Rasnita
From: "Dermot" > 2009/2/3 Jay Savage : >> Hi All, >> >> I was wondering if someone could point me toward a useful comparison >> of Class::DBI and DBIx::Class. Going through the docs, they seem to be >> much of a muchness. Are there any clear advantages to DBIxC? I'm I haven't used Class::DBI, but

Re: perl module not found.

2009-02-03 Thread Peter Scott
On Mon, 02 Feb 2009 13:36:20 +0200, Alf Stockton wrote: > Peter Scott wrote: >> On Mon, 02 Feb 2009 12:26:12 +0200, Alf Stockton wrote: 2009/2/2 Alf Stockton : > When trying to install an application written in perl I get the > error message >CSS::Squish >= 0.06...MISSING

Re: newbie with a question on syntax

2009-02-03 Thread Chas. Owens
On Mon, Feb 2, 2009 at 16:43, Tina wrote: > Hello, I just started programming in perl and currently am working in > an OOP sort of program. I am writing the constructor and I wasn't sure > of the differences between the following syntax: > > 'count' => 0 > > @count = 0 > > Both seem to work fine,

newbie with a question on syntax

2009-02-03 Thread Tina
Hello, I just started programming in perl and currently am working in an OOP sort of program. I am writing the constructor and I wasn't sure of the differences between the following syntax: 'count' => 0 @count = 0 Both seem to work fine, but I would like to know how they are different and whethe

Slow connexion with Net::SSH::Perl

2009-02-03 Thread julien collas
Hi everyone, I made a script using Net::SSH::Perl and I'm faced to some slow connexion times. I use rsa key to connect and it seems to be very slow, but not all the time. Sometimes it's very quick ( 1sec ), sometimes not (few minutes). I tried to use password instead of a key, and it seems to b

test

2009-02-03 Thread Hugo Hernandez-Mora
-- Hugo R. Hernandez-Mora System Administrator Laboratory of Neuro Imaging, UCLA 635 Charles E. Young Drive South, Suite 225 Los Angeles, CA 90095-7332 Tel: 310.267.5076 Fax: 310.206.5518 hugo.hernan...@loni.ucla.edu -- "Si seus esforços, foram vistos com in

how to send simultaneous commands into different servers

2009-02-03 Thread Hugo Hernandez-Mora
Hello all, I am looking for a way to send the same shell command into different servers simultaneously. I am managing a cluster with +400 nodes and I have an application which send the commands to the servers but in a sequential way which at some point is being inefficient for us. Any ideas?

Re: how to send simultaneous commands into different servers

2009-02-03 Thread Chas. Owens
On Tue, Feb 3, 2009 at 20:12, Hugo Hernandez-Mora wrote: > Hello all, > > I am looking for a way to send the same shell command into different servers > simultaneously. I am managing a cluster with +400 nodes and I have an > application which send the commands to the servers but in a sequential

Re: Slow connexion with Net::SSH::Perl

2009-02-03 Thread Chas. Owens
On Tue, Feb 3, 2009 at 15:38, julien collas wrote: > Hi everyone, > > I made a script using Net::SSH::Perl and I'm faced to some slow connexion > times. > I use rsa key to connect and it seems to be very slow, but not all the time. > Sometimes it's very quick ( 1sec ), sometimes not (few minutes).