Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    
    my @ina = /<a(.*?)<\/a/isg;
    print "Found unterminated <A> tag containing: '$_'" for grep { /<a/ } 
    +@ina;
    
  2. or download this
    <a href="ok" name="<a> go on">this is ok</a>