package Paper::Specs::Avery::5389; use strict; use base qw(Paper::Specs::base::label Paper::Specs::Avery); sub specs { return { code => '5389', description => 'Postcards', sheet_width => 8.5, sheet_height => 11, label_width => 6, label_height => 4, label_rows => 2, label_cols => 1, margin_left => 1.25, margin_top => 1.5, margin_right => 1.25, margin_bottom => 1.5, units => 'in', }; } 1;