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
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
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
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
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
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
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