A piggy bank of commands, fixes, succinct reviews, some mini articles and technical opinions from a (mostly) Perl developer.

Deeply copy a perl hash

use Storable;

$bad_recipe = dclone($recipe);