#!/usr/bin/perl # http://perlmonks.org/?node_id=1131329 [code challenge] knights move use strict; use warnings; my @queue = my $start = <