- or download this
use warnings;
use strict;
...
};
print TEST;
- or download this
Use of uninitialized value in print at begin.pl line 10.
- or download this
my $v;
...
};
print TEST;
- or download this
my $home_dir;
...
API_TIMEOUT_RETRIES => 3,
AUTH_CACHE_FILE => "$home_dir/api_auth_cache.json",
};