Help for this page

Select Code to Download


  1. or download this
    ...
    $content = get_content($url);
    ...
    {
     print;
    }
    
  2. or download this
    @divs = $content =~ m/<\s*div[^>]*>(.+?)<\s*\/div>/sig;