Changeset 5478
- Timestamp:
- 11/30/08 18:14:50 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/branches/lm-sensors-3.0.0/prog/detect/sensors-detect
r5477 r5478 1710 1710 1711 1711 # $_[0] is the sought value 1712 # @_[1..] is the list to seek in1712 # $_[1..] is the list to seek in 1713 1713 # Returns: 1 if found, 0 if not. 1714 1714 sub contains … … 1764 1764 } 1765 1765 1766 # @_[0]: Reference to list 11767 # @_[1]: Reference to list 21766 # $_[0]: Reference to list 1 1767 # $_[1]: Reference to list 2 1768 1768 # Result: 0 if they have no elements in common, 1 if they have 1769 1769 # Elements must be numeric.
