Help for this page

Select Code to Download


  1. or download this
    sub counttags
    {
    ...
          print "Number of Start and End tags for element $_[0] does not m
    +atch";
       }
    }
    
  2. or download this
    sub check_tags_balance {
        my @tagstack;
    ...
    
    $_ = "I assume <b>everything</b> is <i><b>ok</b></i>";
    check_tags_balance();