Help for this page

Select Code to Download


  1. or download this
    sub _scalar {
        my $self = shift; my $value = shift;
    ...
        return ("<value><string>$value</string></value>");
        }
    }
    
  2. or download this
    sub _hash {
        my $self = shift; my $hash = shift;
    ...
    
        return @text;
    }