On Tue, 25 Feb 2014 16:30:35 -0600
Bill McCormick <wpmccorm...@gmail.com> wrote:

> I want to check if each list item is numeric and > 0 but less than
> $max.

See `perldoc Scalar::Util` and search for looks_like_number().
http://perldoc.perl.org/Scalar/Util.html

-- 
Don't stop where the ink does.
        Shawn

-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to