Help for this page
# Temp str my $reg_str = '(\s'.getone().'\s'gettwo().')'; $str =~ /$reg_str/; ... my $getone = getone(); my $gettwo = gettwo(); $str =~ /(\s $getone \s $gettwo )/xg;