in reply to Re: Re: Re: checking dates in strings
in thread checking dates in strings

i am just trying to do this small problem right now
$brian = 17; if($brian =~ /^1[0-9]$/){ print "$brian is between 10 and 19"; }
i cannot figure out why this doesn't work. can someone please help?