Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!mailrus!ames!haven!sayshell.umd.edu!louie From: louie@sayshell.umd.edu (Louis A. Mamakos) Newsgroups: comp.lang.perl Subject: Re: gnu awk extended to speak SNMP Message-ID: <1990Mar6.232524.10913@haven.umd.edu> Date: 6 Mar 90 23:25:24 GMT References: Sender: usenet@haven.umd.edu (USENET News Posting) Organization: The University of Maryland, College Park Lines: 21 The modifications to GNU AWK for the the SNMP stuff are now available. I think that Marshall Rose sent out a message with a pointer to them on nisc.nyser.net, along with the original release. I spoke to Marshall Rose at the last IETF meeting and pointed him at perl as the tool of choice for this sort of thing. He mentioned to me that the guts of perl were a bit more complicated the the guts of GAWK, which is why its in GAWK now and not perl. I'd love to have this capability in perl. Of course, since perl already has sockets, you can already cobble up SNMP packets and send them off, and process the replies. A bit more complicated than support directly in perl mind you, but it doesn't require any changes to perl. I was thinking that you could pervert associative arrays to support SNMP queries, much the same way that they're used to hook into DBM files. But hey, what do I know? louie <>