Help for this page

Select Code to Download


  1. or download this
    
    while( $html =~ m/\<script .*? src=\"(.+?)\Q.js"><\/script>\E/gis 
    ...
        }
    
        return \@result_arr;
    
  2. or download this
    
    $html =~ m/(<link [^<]*?href=\"([^\"]+?\.css[^"]*?)\")/gis
    
    $html =~ m/(<script [^<]*?src=\"([^\"]+?\.js[^"]*?)\")/gis