#!/usr/bin/perl -I/opt/ras21/lib

use Util;
use System;
System->set_home("/opt/ras21");


print Util->snmpWWN($ARGV[0]);

