
Check for valid hex value
Quote:
>How can I check that a value entered is a valid hex value? The entry is
>up to 16 hex digits long and I need to ensure it only contains the
>characters 0123456789abcdf.
this looks like a good problem for a regexp.
see perldoc perlre
perldoc perlop
let us know if you have problems with it
gnari