Help for this page
#!/usr/bin/perl use warnings; ... my $o = $builder->build(%DATA); say join ', ', map $o->$_, qw( id name job ); }