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
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
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
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:
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
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 =
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
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
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 "-- =>"
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..
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
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
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
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
14 matches
Mail list logo