|
NAMEClass::Measure::Length - Calculate measurements of length.SYNOPSISuse Class::Measure::Length; print length( 2, 'km' )->meters(); METHODSThis module inherits all the methods made available by Class::Measure.length$m = length( 2, 'metres' ); Creates a new measurement object. UNITSInternational System of UnitsAlso known as SI and "metric", this unit of measure includes the following.kilometre metre centimetre millimetre decimetre micrometre nanometre And all veriations are aliased, such as "m", "meter", "meters", "metres". SharedThese units are shared by with the US and Imperial unit systems.inch foot yard rod mile chain furlong All relevant aliases included. United StatsUnits specific to the United States.survey_mile link fathom cable_length Aliases included. ImperialImperial (english) units. The only unit included in this set is "league".Otherlight_second nautical_mile SUPPORTSee "SUPPORT" in Class::Measure.AUTHORSSee "AUTHORS" in Class::Measure.LICENSESee "LICENSE" in Class::Measure.
Visit the GSP FreeBSD Man Page Interface. |