Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/env perl
use common::sense;
use Getopt::Long qw(:config gnu_compat no_bundling no_ignore_case);
use Pod::Usage;
use WWW::Scraper::ISBN;
use Getopt::SubCommand;
use Path::Class;
use File::Basename qw(basename);
use IO::File;