Help for this page
Function NumToString(num As Double) ' (Yes, this is VBA code... but it controls Perlscript ... Perl.ExecuteStatement "$num->parse(" & num & ")" NumToString = Perl.Eval("$num->get_string") End Function