use List::Util qw( min ); print min map { (split /\|/)[2] } values( %{ $h{add_loc} } ); [download]
In reply to Re: Get the Smallest Number by ikegami in thread Get the Smallest Number by Anonymous Monk