Help for this page

Select Code to Download


  1. or download this
    if ($html =~ m#<noframes>(.+?)</noframes>#is)
    {
        @urls = grep { $_ !~ m#microsoft\.com|netscape\.com# } $& =~ m#<a 
    +href="([^"]+)"#gi;
    }
    
  2. or download this
    if ($html =~ m#<noframes>(.+?)</noframes>#is)
    {       
    ...
            push (@urls, $url);
        }
    }