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 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; |
NewerOlder