Q1. simply use this : if (($a =~ $b) && ($b =~ $a)) { $match = "Y" }
Q2. $integer = int($value)
----- Original Message -----
From: Stéphane JEAN BAPTISTE <[EMAIL PROTECTED]>
To: PERL <[EMAIL PROTECTED]>
Sent: Monday, June 25, 2001 9:05 PM
Subject: types of datas
Hi!
I get a value from a URL and I put it into a variable.
I have a loop (while) with a value which have different values.
The problem is that when I compare the first and the second value: If
they're really equals, the program say they are'nt.
Is ther a function to convert a value into an integer ?
tks
(sorry for my english :-) )