Help for this page

Select Code to Download


  1. or download this
    if ($test_title !~ /^$country_name/) {
        #$title = qq|FOO: $title|;
        $title = qq|$country_name $title|;
    } else {
      ... do some other stuff
    }