Hi
I have a question regarding switch.pm .
I use it over Solaris 5.8 and I get this kind of messages…
Malformed UTF-8 character (unexpected continuation byte 0x93, with no preceding start byte) in bitwise and (&) at /usr/lib/perl5/5.8
.0/Switch.pm line 251.
ip_address
Malformed UTF-8 character (unexpected continuation byte 0x96, with no preceding start byte) in bitwise and (&) at /usr/lib/perl5/5.8
.0/Switch.pm line 251.
Malformed UTF-8 character (unexpected continuation byte 0x8f, with no preceding start byte) in bitwise and (&) at /usr/lib/perl5/5.8
.0/Switch.pm line 251.
Here is my code :
switch($tag){
# case "object_class" {
#$object_class=XMLChildElementGetData($line);
# }
# case "object_instance" {
# $object_instance = $1;
#my $templateName = "$object_class\_$object_instance";
#print(FILE2 "\n\nSCHEDULE \"$templateName\"\n");
#print(FILE2 " DESCRIPTION \"verifies availability of $templateName\"\n");
# }
# else {}
}
Please advice....
I have a question regarding switch.pm .
I use it over Solaris 5.8 and I get this kind of messages…
Malformed UTF-8 character (unexpected continuation byte 0x93, with no preceding start byte) in bitwise and (&) at /usr/lib/perl5/5.8
.0/Switch.pm line 251.
ip_address
Malformed UTF-8 character (unexpected continuation byte 0x96, with no preceding start byte) in bitwise and (&) at /usr/lib/perl5/5.8
.0/Switch.pm line 251.
Malformed UTF-8 character (unexpected continuation byte 0x8f, with no preceding start byte) in bitwise and (&) at /usr/lib/perl5/5.8
.0/Switch.pm line 251.
Here is my code :
switch($tag){
# case "object_class" {
#$object_class=XMLChildElementGetData($line);
# }
# case "object_instance" {
# $object_instance = $1;
#my $templateName = "$object_class\_$object_instance";
#print(FILE2 "\n\nSCHEDULE \"$templateName\"\n");
#print(FILE2 " DESCRIPTION \"verifies availability of $templateName\"\n");
# }
# else {}
}
Please advice....