in reply to Passing parameters from perl to snmx
Simple Network Management Executive. SNMX is an executable program and scripting language providing network management functions using SNMP protocol. The SNMX program has application in system administration of networks, network process control, data logging, and interprocess/internetwork communication. It is Freely Distributed to individuals and organizations (with some limitations applying.), but i still would not know how the program is called, or how snmx works.
use Win32; sub message() { $caption = "asg report"; $val = Win32::MsgBox("data for 22nd not found.\n Do u want to cont +inue?", 4, $caption); return ($val); } print message();
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Passing parameters from perl to snmx
by Nalina (Monk) on Mar 16, 2005 at 08:18 UTC |