in reply to Re: Deep recursion on subroutine with bignum and Astro::Units
in thread Deep recursion on subroutine with bignum and Astro::Units

I always thought it was like converting miles to kilometers. You don't really need a Perl module for that.

Thanks for the reality check. Converting AU to KM is easier than using the module. Multiply by 149597870.7 and done.

  • Comment on Re^2: Deep recursion on subroutine with bignum and Astro::Units