Help for this page

Select Code to Download


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