Help for this page

Select Code to Download


  1. or download this
    # Temp str
    my $reg_str = '(\s'.getone().'\s'gettwo().')';
    $str =~ /$reg_str/;
    ...
    my $getone = getone();
    my $gettwo = gettwo();
    $str =~ /(\s $getone \s $gettwo )/xg;