in reply to Re: Regex Question in Perl
in thread Regex Question in Perl

By the way, /[\d]+/ can be written /\d+/.