Help for this page

Select Code to Download


  1. or download this
    my (@articles) = ($text =~ /(<a name.*?<!--start-->.*?<!--end-->)/gs);
    
  2. or download this
    my (%hash) = ($text =~ /(<a name.*?)(<!--start-->.*?<!--end-->)/gs);