Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TLMSP curl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CYBER - Cyber Security
TS 103 523 MSP
TLMSP
TLMSP curl
Commits
c7354142
Commit
c7354142
authored
22 years ago
by
Daniel Stenberg
Browse files
Options
Downloads
Patches
Plain Diff
dead code removal
parent
dee84f44
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
perl/contrib/formfind
+1
-19
1 addition, 19 deletions
perl/contrib/formfind
with
1 addition
and
19 deletions
perl/contrib/formfind
+
1
−
19
View file @
c7354142
#!/usr/bin/env perl
# $Id$
#
# formfind.pl
#
...
...
@@ -18,29 +19,10 @@
$in
=
"";
$usestdin
=
1
;
if
(
$ARGV
[
0
]
eq
"
-h
")
{
print
"
Usage: $0 < HTML
\n
";
exit
;
}
# If you need a proxy for web access, edit your .curlrc file to feature
# -x <proxy:port>
# linkchecker, URL will be appended to the right of this command line
# this is the one using HEAD:
$linkcheck
=
"
curl -s -m 20 -I
";
# as a second attempt, this will be used. This is not using HEAD but will
# get the whole frigging document!
$linkcheckfull
=
"
curl -s -m 20 -i
";
# htmlget, URL will be appended to the right of this command line
$htmlget
=
"
curl -s
";
# urlget, URL will be appended to the right of this command line
# this stores the file with the remote file name in the current dir
$urlget
=
"
curl -O -s
";
sub
namevalue
{
my
(
$tag
)
=
@_
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment