Help for this page

Select Code to Download


  1. or download this
    
    print "do you want to remove <alt> tags Y/N \n";
    ...
        print "not removed <alt>";
    }
    
  2. or download this
    
    sub RemoveAltTag($)
    ...
    
        return $cnt;