SNMP

2002-11-20 Thread Wim De Hul
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]

Hash question

2001-12-28 Thread Wim De Hul
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";

Regexp question...

2001-12-21 Thread Wim De Hul
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 /; $_ = $'; (/, /); $

Shift question...

2001-12-20 Thread Wim De Hul
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]

Re: What was your first PERL script (was Off-Topic (200%) - Where are you from?)

2001-11-14 Thread Wim De Hul
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