randcurl.pl: initialize variables

This commit is contained in:
Viktor Szakats 2025-07-11 14:32:47 +02:00
parent aa1e6c3e38
commit b69a6c5bec
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -31,6 +31,14 @@ if(!$seconds) {
}
print "Run $curl for $seconds seconds\n";
my @opt;
my %arg;
my %uniq;
my %allrc;
my $totalargs = 0;
my $totalcmds = 0;
my $counter = 0xabcdef + time();
sub getnum {
my ($max) = @_;