Skip to content

Instantly share code, notes, and snippets.

@YoOoster
YoOoster / depuzzlefy.pl
Last active January 18, 2020 13:36 — forked from gray/depuzzlefy.pl
Solves sudoku and image jigsaw puzzles created by http://flash-gear.com/puzzle/ and https://www.jigidi.com/
use 5.012;
use strict;
use warnings;
use File::Temp qw(tempfile);
use IPC::System::Simple qw(capture system);
use LWP::UserAgent;
use URI::QueryParam;
use Win32::GUI;
use Data::Dumper;
use integer;