Help for this page
#!/usr/bin/env perl use strict; ... } p({ cow => 'jump', over => 'moon' });
$VAR1 = { 'cow' => 'jump', 'over' => 'moon' };