in reply to remove chevrons from an email address
$subject = '<sm.th.>'; $regex = { '<', '<', '>', '>' }; for( keys %$reg ){ $subject =~ s/$_/$reg->{$_}/g } [download]