Text::CSV::Track::Min - same as Text::CSV::Track but stores the smallest value


Text-CSV-Track documentation  | view source Contained in the Text-CSV-Track distribution.

Index


NAME

Top

Text::CSV::Track::Min - same as Text::CSV::Track but stores the smallest value

VERSION

Top

This documentation refers to version 0.3.

SYNOPSIS

Top

see Text::CSV::Track as this is inherited object from it.

DESCRIPTION

Top

Only difference to Track is that before value is changed it is compared to the old one. It it's higher then the value is updated if not old value persists.

METHODS

Top

value_of()

Overridden function from Text::CSV::Tack that stores value only if it is smaller then the one before.


Text-CSV-Track documentation  | view source Contained in the Text-CSV-Track distribution.