Help for this page

Select Code to Download


  1. or download this
    {
        package HTML::Strip;
        ... rest of HTML/Strip.pm goes here
      
    }
    
  2. or download this
    package HTML::Strip;
    
    ...
    HTML::Strip
    
    =cut
    
  3. or download this
    package HTML::Strip;
    
    ...
    BEGIN { HTML::Strip->import() };
    
    # rest of your main program goes here