Skip to content

Instantly share code, notes, and snippets.

@bust4cap
bust4cap / kobowishlist
Last active January 3, 2024 22:13 — forked from chrisridd/kobocompare
Compare Kobo store prices
#!/usr/bin/perl -w
# Check Kobo book prices from links provided in a text file
#
use strict;
use warnings;
use WWW::Mechanize;
my $textfile = "test.txt";