Help for this page
use YAML; my @pwlist = Load(join '', <DATA>); ... --- user: fred passwd: fredpw
$VAR1 = [ { ... 'user' => 'fred' } ];