The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

================================================================================

htmltag - grep out tag info from html stdin

USAGE
    htmltag [OPTION]..

       -v           version 
       -h           help
       -t string    tag wanted

  USAGE EXAMPLES
       wget http://site.com -O - | htmltag -t meta | grep keywords

AUTHOR
    Leo Charre leocharre at cpan dot org

LICENSE
    This package is free software; you can redistribute it and/or modify it
    under the same terms as Perl itself, i.e., under the terms of the
    "Artistic License" or the "GNU General Public License".

DISCLAIMER
    This package is distributed in the hope that it will be useful, but
    WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

    See the "GNU General Public License" for more details.


--------------------------------------------------------------------------------



REQUIRES

Carp: 1
Getopt::Std::Strict: 1.01


INSTALL

   perl Makefile.PL
   make install