Help for this page

Select Code to Download


  1. or download this
      my ( $code ) = ( $line =~ /code="([^"]+)"/ );
    
  2. or download this
      <!-- watch out for greedy matching -->
      <tag code="blah" attr="nothing">
    ...
      <!-- finally, make sure you can handle multiple-line tags -->
      <tag foo="bar"
           code="nothing">