From: Michel B. <mi...@bo...> - 2005-02-15 16:46:49
|
Le Mardi 15 F=E9vrier 2005 17:35, Lionel Bouton a =E9crit : > > I'd prefer to have > > if ($fqdn =3D~ $known_server_patter) If you put the "big regexp" as a variable and not a constant, it will hav= e to=20 be recompiled each time it is called, and not only once... This can cause= a=20 major performance cost. I have to leave for now ;-) --=20 Michel Bouissou <mi...@bo...> OpenPGP ID 0xDDE8AC6E |