Help for this page

Select Code to Download


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