[ic] telephone.filter

Marco Mescoli m.mescoli at omnib.it
Thu Aug 25 06:45:35 EDT 2005


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



More information about the interchange-users mailing list