Again.. Solved.. duh
case /^mailaddr/i, just add a ^ before the matched string.
thanks!
El día Sunday 24 August 2003 5:00 a Pablo Fischer mandó el siguiente correo:
> Hi again!
>
> Im saving some data of a configuration file in scalar var.
>
> My configuration file has something like this:
>
> [E
Hi again!
Im saving some data of a configuration file in scalar var.
My configuration file has something like this:
[EMAIL PROTECTED]
[EMAIL PROTECTED]
Im choosing them with a case statement:
switch ($param) {
case /mailaddr=/i { $envio_mail = $valor; }