Open duffee opened 6 years ago
from https://dev.to/kirklewis/string-interpolation-of-constants-in-perl-5-181o say "The mass of the sun is ${ \MASS_SOLAR } kg";
say "The mass of the sun is ${ \MASS_SOLAR } kg";
Add instructions in the documentation and start to remove the short name constants.
from https://dev.to/kirklewis/string-interpolation-of-constants-in-perl-5-181o
say "The mass of the sun is ${ \MASS_SOLAR } kg";
Add instructions in the documentation and start to remove the short name constants.