Re: local perl documantaion

2009-02-04 Thread Telemachus
On Wed Feb 04 2009 @ 5:49, Dermot wrote: > Hi, > > I have until recently used a widows box and Activestate's perl. I now > use a *nix box. Something I am missing a lot is the html documentation > tree that Activestate builds when it's installed and keeps up to date > with it ppm. > > Is there a

local perl documantaion

2009-02-04 Thread Dermot
Hi, I have until recently used a widows box and Activestate's perl. I now use a *nix box. Something I am missing a lot is the html documentation tree that Activestate builds when it's installed and keeps up to date with it ppm. Is there a way to achieve something similar on a *nix box or do I hav

Re: listing all the needed modules

2009-02-04 Thread Chas. Owens
On Wed, Feb 4, 2009 at 10:44, Octavian Rasnita wrote: > Hi, > > Does anyone know if there is a perl module that has a helper script which > finds and lists all the modules which are needed by a certain perl program? snip PAR should be able to do that for you. Take a look here http://search.cpan

listing all the needed modules

2009-02-04 Thread Octavian Rasnita
Hi, Does anyone know if there is a perl module that has a helper script which finds and lists all the modules which are needed by a certain perl program? Thanks. Octavian -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http:

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

2009-02-04 Thread julien collas
These modules are installed ... On Wed, Feb 4, 2009 at 12:47 AM, Ron Bergin wrote: > On Feb 3, 12:38 pm, jul.col...@gmail.com (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

Re: newbie with a question on syntax

2009-02-04 Thread Chas. Owens
On Tue, Feb 3, 2009 at 18:32, Dr.Ruud wrote: > Chas. Owens wrote: > >> [fat comma] >> >> it treats the thing on its left >> like a string if the thing on the left matches this pattern >> /^[-_a-zA-Z][-\w]*$/ > > I don't believe that pattern. So lets test: > > > perl -wle ' > $,=" => "; > my %h =

Re: output of permute() to list for sprintf

2009-02-04 Thread Rob Canning
Dermot wrote: 2009/2/4 Rob Canning : hello, i am new to this list and very new to pearl. i have run into a problem i cant find a solution - i have searched the net for an answer but as i am so new to perl (and programming in general) perhaps i dont even know the right keywords... ok here it

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

2009-02-04 Thread Ron Bergin
On Feb 3, 12:38 pm, jul.col...@gmail.com (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 (f

Re: newbie with a question on syntax

2009-02-04 Thread Dr.Ruud
Chas. Owens wrote: > [fat comma] it treats the thing on its left like a string if the thing on the left matches this pattern /^[-_a-zA-Z][-\w]*$/ I don't believe that pattern. So lets test: perl -wle ' $,=" => "; my %h = ( -- => "x"); print %h; ' syntax error at -e line 3, near "-- =>"

Re: output of permute() to list for sprintf

2009-02-04 Thread Dermot
2009/2/4 Rob Canning : > hello, > i am new to this list and very new to pearl. > i have run into a problem i cant find a solution - i have searched the net > for an answer but as i am so new to perl (and programming in general) > perhaps i dont even know the right keywords... > > ok here it goes..

output of permute() to list for sprintf

2009-02-04 Thread Rob Canning
hello, i am new to this list and very new to pearl. i have run into a problem i cant find a solution - i have searched the net for an answer but as i am so new to perl (and programming in general) perhaps i dont even know the right keywords... ok here it goes.. use Math::Combinatorics; my

Re: perl module not found.

2009-02-04 Thread Dermot
2009/2/4 Alf Stockton : > Peter Scott wrote: > > [Wed Feb 04 10:32:36 2009] [error] [client 192.168.30.185] Can't locate > object method "CleanSlate" via package "RT::Action::SendEmail" at > /opt/rt3/bin/../lib/RT/Interface/Web/Handler.pm line 213.\n, referer: > http://general.dev.sharing.org.za/rt

Re: perl module not found.

2009-02-04 Thread Alf Stockton
Peter Scott wrote: 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 so

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

2009-02-04 Thread julien collas
Hi, I tried to but it doesn't change anything. When I enable debug I can see that it blocks on the authentification with the key .. slony: Trying pubkey authentication with key file './vmx.key' The weird thing is that sometimes it takes less than 1sec and sometimes few minutes... I guess I