in reply to Re^4: Perl Regex Match (Compare Only AlphaNumeric)in thread Perl Regex Match (Compare Only AlphaNumeric)
my $regex = join '\s+', split /\s+/, $qqq; [download]