Help for this page

Select Code to Download


  1. or download this
    my $regex = /<title>(.*?)<\/title>\n<link>(.*?)<\/link>\n<description>
    +(.*?)\n<\/description>/;  
    while ($data =~ /$regex/g) {
        #...
    }