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
cmp-config.pl
cmp-pkg-config.sh
codespell-ignore.words
codespell.sh
distfiles.sh
pyspelling.words
pyspelling.yaml
randcurl.pl
requirements-docs.txt
requirements-proselint.txt
requirements.txt
shellcheck-ci.sh
shellcheck.sh
spellcheck.curl
trimmarkdownheader.pl
typos.sh
typos.toml
verify-examples.pl
verify-synopsis.pl
yamlcheck.sh
yamlcheck.yaml