Re: Take me off please

2006-08-25 Thread Ralph Blackburn
Me tooSi Fraser <[EMAIL PROTECTED]> wrote: I too was a member of this list many years ago, but for some reason have been re-subscribed in the last few weeks.What is going on with this list? I can't unsubscribe using the site detailed at the end of these mails as I no longer have my original login

Re: Take me off please

2006-08-25 Thread Si Fraser
I too was a member of this list many years ago, but for some reason have been re-subscribed in the last few weeks. What is going on with this list? I can't unsubscribe using the site detailed at the end of these mails as I no longer have my original login details. Can anybody suggest another me

garbage returned from Net::SNMP on webserver

2006-08-25 Thread Raful Mr Mitchell H
I am using Net::SNMP (the perl module, not the perl that modules that come with NetSNMP).  When I run a script to retreive vlan's outside of the mason and webserver I get normal responses. I should see something similar to:   1.3.6.1.4.1.9.9.68.1.2.1.1.2.10030x001000

Take me off please

2006-08-25 Thread [EMAIL PROTECTED]
I am unable to unsubscribe to your email list.  I have tried repeatedly to be deleted but have been unsucessful. I was a fairly active Perl developer, but it has been several years ago. John [EMAIL PROTECTED] ___ ActivePerl mailing list ActivePerl@listser

[no subject]

2006-08-25 Thread Raful Mr Mitchell H
I am using Net::SNMP (the perl module, not the perl that modules that come with NetSNMP).  When I run a script to retreive vlan's outside of the mason and webserver I get normal responses. I should see something similar to:   1.3.6.1.4.1.9.9.68.1.2.1.1.2.10030x001000

RE: File test operator for slow incoming files

2006-08-25 Thread Lynn. Rickards
Thanks Howard, createFile indeed does the job without the aesthetically displeasing moving/renaming. Here's what I wound up with after reading the docs and testing... ... my $__cfh; until($__cfh = createFile($File->{fullPath} . "/" . $File->{name}, 'w ke')) { print LOG "Waiting fo

RE: query on net::telnet module

2006-08-25 Thread Brian Raven
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of ukhas jean Sent: 25 August 2006 05:55 To: Active Perl Subject: query on net::telnet module > Hello All, > > I am trying to open a telnet session to a unix machine called "viewserver" and execute a command , say "who", > and dump it