kaancho12
Technical User
- Feb 22, 2005
- 191
hi i am trying to go through a content of a file and check for null character...but its not working--
$htmlcontent = "";
if ($html eq "0"){
# to check for null char i use:
if ($char ne " "){
$htmlcontent = $htmlcontent . $char;
}
}
anybody have ideas as to what else will work???
ko12
$htmlcontent = "";
if ($html eq "0"){
# to check for null char i use:
if ($char ne " "){
$htmlcontent = $htmlcontent . $char;
}
}
anybody have ideas as to what else will work???
ko12