use strict; use warnings; my $boss_first_name = "Penelope"; my $boss_last_name = "Creighton-Ward"; my $butler_first_name = "Aloysius"; my $butler_last_name = "Parker"; my $field_width = 15; print '|', ' 'x$field_width, '|', ' 'x$field_width, "|\n";