Hello, please can you help me. Is it possible to specify number matching in a regex, i.e. can you have something like:
my $match =~ m/match_number_if_number_is_less_than_255/
instead of my $match =~ m/(\d{3})/;
if ($1<=255){my @array = @array +$1}?
---------------------------------
Want to chat instantly with your online friends?�Get the FREE Yahoo!Messenger
