diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-04-28 13:48:16 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-04-28 13:48:16 +0000 |
commit | 2e46f8d0a67a84ad59d9442e71f095267a2e327e (patch) | |
tree | 10623c770adb6963bd521242b4bef5a0524ab4c8 /perl | |
parent | 51da6aaa07df9fa685d66563a922275bbf28d3ed (diff) | |
download | curl-2e46f8d0a67a84ad59d9442e71f095267a2e327e.tar.gz |
corrected the comment which wasn't correct
Diffstat (limited to 'perl')
-rwxr-xr-x | perl/contrib/formfind | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/perl/contrib/formfind b/perl/contrib/formfind index 459b2db3c..f9e869531 100755 --- a/perl/contrib/formfind +++ b/perl/contrib/formfind @@ -3,10 +3,8 @@ # # formfind.pl # -# This script gets a HTML page from the specified URL and presents form -# information you may need in order to machine-make a respond to the form. -# -# Written to use 'curl' for URL fetching. +# This script gets a HTML page on stdin and presents form information on +# stdout. # # Author: Daniel Stenberg <daniel@haxx.se> # Version: 0.2 Nov 18, 2002 |