Hello,
Does anyone knows how the translate-function works in Net::SNMP?
Cheers!
Wim
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Hello people,
Hashes are hard to understand (regarding on the questions in this
list...). I have also a question:
Why doesn't this work? I get a synthax error?
foreach $index (sort keys %IfType{$router}) {
print " Interface: $IfType{$router}{$index}\n";
Hey folks,
I'm writen a script to manage my router configuration.
To get the IOS version I use regular expressions.
First, I did it with:
$_ = &getparameter($sysdescr_mib,"System description");# Get
the SysDescr via SNMP
/Version /;
$_ = $';
(/, /);
$
Hello guys ( and girls),
While I was reading a script, I saw the lines:
my $var = shift;
I thought that shift puts a variable in an array? What does this mean?
Thanks,
Wim.
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Mine was:
print "Hello World\n";
:-)
... and a script to update a postgres DB with billing values...
Greetz,
Wim
Dave Storrs wrote:
>Mine was to write a document-management system for Paine Webber.
>
>Of course, I had the advantage of working with two or three other Perl
>programm