$url='http://www.abcd.com/search'; if($url=~m/www\.(.*)\//) { $fn="www.$1.ppt"; print $fn; }