use strict; use warnings; my @SKUs = ( [ q{Bumble}, q{Broth}, 16 ], [ q{Wedgie}, q{Benns}, 22 ], [ q{Party}, q{Games}, 6 ], ); local $"; my $msg = <