Re: PPM Questions: Unattended Upgrades, Beep for Input (Async I/O, open2)

2005-10-26 Thread $Bill Luebkert
Veli-Pekka Tätilä wrote: > $Bill Luebkert wrote: >> Veli-Pekka Tätilä wrote: >>> problem is how do I wrap PPM so that I can both read from and write to >>> it? >> Why not just modify this code in ppm3-bin starting around line 3109 : > Well, I was hoping for a more generic solution so I might learn

RE: How to sort these elements

2005-10-26 Thread Joe Discenza
Title: How to sort these elements Maxmelbin Neson (RBIN/EDM3) wrote, on Wed 26-Oct-05 06:50[snipped] :  "/view/test.max2kor1/vobs/maxvob/satish.c@@/main/tmp_maxtest1/12" :        "/view/test.max2kor1/vobs/maxvob/max.c@@/main/tmp_maxtest1/7" , :        "/view/tes

Re: Help with Net-SNMP

2005-10-26 Thread Randy Kobes
On Wed, 26 Oct 2005, Ken Y. Brown wrote: Trying to install on 5.8.7.813 using ppm Keep getting ppm for crypt-des.ppd could not be found - even when trying to install crypt-des Am I missing something or should I be using an older perl build? That error probably means that you don't have a ppm

Re: Help with Net-SNMP

2005-10-26 Thread Chris Wagner
Are u using the PPM3 repository? It worked straight away for me. At 11:07 AM 10/26/2005 +0100, Ken Y. Brown wrote: >Trying to install on 5.8.7.813 using ppm >Keep getting ppm for crypt-des.ppd could not be found - even when trying >to install crypt-des >Am I missing something or should I be using

Re: How to sort these elements

2005-10-26 Thread Chris Wagner
U'll need a two stage sort. Once to get the dirs in ascii order and then again on each group to get the numeric sort. Read perldoc -f sort. foreach $i (@list) { ($dir, $file) = $i =~ m/^(.+)\/(.+)$/; push @{$hash{$dir}}, $file; } foreach $key (sort %hash) { @j = sort {$a

Re: PPM Questions: Unattended Upgrades, Beep for Input (Async I/O, open2)

2005-10-26 Thread Veli-Pekka Tätilä
$Bill Luebkert wrote: Veli-Pekka Tätilä wrote: problem is how do I wrap PPM so that I can both read from and write to it? Why not just modify this code in ppm3-bin starting around line 3109 : Well, I was hoping for a more generic solution so I might learn something new in the process, too. Mo

How to sort these elements

2005-10-26 Thread Maxmelbin Neson (RBIN/EDM3)
Title: How to sort these elements Hello , Contents of my array is as follows @a= ("/view/test.max2kor1/vobs/maxvob/satish.c@@/main/tmp_maxtest1/1" ,   "/view/test.max2kor1/vobs/maxvob/satish.c@@/main/tmp_maxtest1/4" ,       "/view/test.max2kor1/vobs/maxvob/satish.c@@/main/tmp_

Help with Net-SNMP

2005-10-26 Thread Ken Y. Brown
Title: Help with Net-SNMP Trying to install on 5.8.7.813 using ppm Keep getting ppm for crypt-des.ppd could not be found – even when trying to install crypt-des Am I missing something or should I be using an older perl build? Ken ___ Perl-Win32