$results{"$num"/"$value"};
Maybe you want something like this:
if( $results =~ /$num."\/".$value/m ) {
Also use strict and warnings. You have some typos.
In reply to Re: XML header parsing error
by ~~David~~
in thread XML header parsing error
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |