Dear Racke when you come in italy a dish of "tortellini" for you cannot
lacks in our table.
"tortellini" Tested ;-)
Grazie ciao
Marco
Thanks
> CodeDef telephone Filter
> CodeDef telephone Routine <<EOR
> sub {
> my $value = shift;
>
> $value =~ s/[^+0-9]//g;
>
> return $value;
> }
> EOR
>
> Untested :-)
>
> Bye
> Racke