Skip to content

Instantly share code, notes, and snippets.

View Generalelektrix's full-sized avatar

Sébastien Nadeau Generalelektrix

View GitHub Profile
#!/usr/bin/perl -w
use strict;
use LWP::Simple;
use URI::URL;
=head1 Synopsis
This script will produce a file of RedirectSafe directives with domains from the DOAJ csv file publicly available.
The main concern is to avoid duplicates of any domains that are already used in your own EZproxy config files.
#!/usr/bin/perl
# Lookup EZproxy log files for activity from a given user
#
# Pierre Lemieux, April 17th 2015
# Université Laval
#
use strict;
use utf8;
#!/usr/bin/perl
# Tracks a user in EZproxy logfiles with a given string and a given date
#
# Pierre Lemieux, April 17th 2015
# Université Laval
#
use strict;
use utf8;