backtick to qx

This commit is contained in:
Viktor Szakats 2026-05-19 17:41:07 +02:00
parent 73daec6620
commit 7aa55663c3
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View file

@ -61,7 +61,7 @@ sub storedata {
}
sub getoptions {
my @all = `$curl --help all`;
my @all = qx($curl --help all);
for my $o (@all) {
chomp $o;
if($o =~ /^ -(.), --([^ ]*) (.*)/) {