Help for this page

Select Code to Download


  1. or download this
    <EVENT>
     <NAME>test2</NAME>
    ...
     <DESCRIPTION> </DESCRIPTION>
    </EVENT>
    
  2. or download this
    $variable =~ s/<EVENT>.*?<\/EVENT>//gi;
    
  3. or download this
    if ($page_body =~ /.*?<EVENT>(.*?)<\/EVENT>.*?/)
          { $variable = $1; }