Help for this page
Value of tag1 :1 Value of tag2 :caSystemId Value of tag1 :2 Value of tag2 :gaSystemId
#! /usr/bin/perl use warnings; ... print "Value of tag1:", $dsg->{tag1}, "\n"; print "Value of tag2:", $dsg->{tag2}, "\n"; }