if($VAR =~ m/^\d+$/) { # Integer } else { # Not integer } [download]
In reply to Re: Integer Type Checking by Nightblade in thread Integer Type Checking by HiFoo