This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env perl | |
use autodie; | |
use strict; | |
use warnings; | |
use Digest::MD5 "md5_hex"; | |
use File::Path (); | |
use File::Spec; | |
use Fcntl qw(:DEFAULT :flock); | |
use HTTP::Cookies; | |
use JSON::MaybeXS; |