Skip to content

Instantly share code, notes, and snippets.

View plegall's full-sized avatar
🏠
Working from home

Pierrick Le Gall plegall

🏠
Working from home
View GitHub Profile
@plegall
plegall / piwigo_build_cache.pl
Last active August 29, 2015 14:21
piwigo_build_cache.pl
#!/usr/bin/perl -w
# if you have a self-signed SSL certificate, add this environment variable
# export PERL_LWP_SSL_VERIFY_HOSTNAME=0
# (thanks to ticoli on IRC)
use strict;
use warnings;
use Getopt::Long;