Mike Schilli's Friendly Neighborhood Perl Shop

Home
USArundbrief.com
Resume
CPAN Modules
Articles in English
Articles in German
Mike's Script Archive
English-Japanese Translation Trainer
Adventures with O'Reilly's Safari
10 Easy Steps to Become a California Driver
Unofficial perlmonks.com IRC Channel
My Collection of Outage Pages
Prisma (Computer Club Deutschland)
Mike's Monologues
Mike's Script Archive: formfields

formfields - extract form field names from a HTML page


NAME

    formfields - extract form field names from a HTML page


DOWNLOAD

formfields


SYNOPSIS

    formfields [-hvi] [file|url] ...
 Options:
   -h     print help and exit
   -v     print version and exit
   -i     indent the output by 4 spaces per line


DESCRIPTION

formfields parses an HTML page and prints out the names of all HTML FORM fields it finds. It takes either file name(s) or URL(s) as input.


EXAMPLES

  $ formfields http://www.amazon.com
  index
  field-keywords
  Go


LEGALESE

Copyright 2002 by Mike Schilli, all rights reserved. This program is free software, you can redistribute it and/or modify it under the same terms as Perl itself.


AUTHOR

2002, Mike Schilli <m@perlmeister.com>


Latest update: 20-Oct-2013