Hai,
I have problem to assign a regular expression
into a variable. If any one know regarding this
mail me as early as possible. If it is cannot give
me alternative solution.
specimen coding
**************
$value = 2422; �
$reg = '/\d/';
if ($value =~ $reg) {
print "Correct Value;
} else {
print "Check the Value";
}
