- or download this
# strxmltext is a string variable sent by the webserver and will conta
+in a semicolon
my $stringvariabe = $args{strxmltext};
- or download this
my ( $name, $value ) = split /;/, $stringvariabe;
- or download this
my @strings = split /;/, $stringvariabe;