curl/.github/scripts
Viktor Szakats 9972f700a8
perl: switch from backticks to qx()
To make it easier to find external command invocation in the source.

Also drop backticks from a comment.

To find external command invocations in Perl code use:
```sh
git grep -E "((exec|qx|open2|open3|system)\(|open\(.+-\|)" $(<perlfiles>)
```

Refs:
https://perldoc.perl.org/functions/qx
https://perldoc.perl.org/perlop#Simpler-Quote-Like-Operators

Closes #21994
2026-06-14 14:25:02 +02:00
..
cleancmd.pl cleancmd.pl: remove markdown links before spellcheck 2026-03-26 07:57:19 +01:00
cmp-config.pl tidy-up: miscellaneous 2026-05-16 01:56:17 +02:00
cmp-pkg-config.sh
codespell-ignore.words CI: do not codespell RELEASE-NOTES 2026-01-20 22:46:37 +01:00
codespell.sh test1625: unit test for Curl_compareheader 2026-03-12 10:30:14 +01:00
distfiles.sh buildconf: remove 2026-04-04 11:35:24 +02:00
pyspelling.words HTTP/3: add proxy CONNECT and MASQUE CONNECT-UDP support (ngtcp2 QUIC) 2026-05-27 08:49:53 +02:00
pyspelling.yaml
randcurl.pl perl: switch from backticks to qx() 2026-06-14 14:25:02 +02:00
requirements-docs.txt
requirements-proselint.txt
requirements.txt GHA: update ruff from v0.15.12 to v0.15.16 2026-06-10 13:38:42 +02:00
shellcheck-ci.sh
shellcheck.sh
spellcheck.curl
trimmarkdownheader.pl
typos.sh
typos.toml GHA/non-native: move BSDs to a single matrix, add DragonFly and Midnight 2026-05-20 03:19:02 +02:00
verify-examples.pl tidy-up: add space around operators, where missing 2026-05-28 10:12:00 +02:00
verify-synopsis.pl spacecheck: check long lines and repeat spaces, fix fallouts 2026-03-25 11:02:08 +01:00
yamlcheck.sh
yamlcheck.yaml