The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Box::Calc::BoxType - The container class for the types (sizes) of boxes that can be used for packing.

VERSION

version 0.0400

SYNOPSIS

 my $item = Box::Calc::BoxType->new(name => 'Apple', x => 3, y => 3.3, z => 4, weight => 5 );

METHODS

new(params)

Constructor.

params
x

The width of your box.

y

The length of your box.

z

The thickness of your box.

weight

The weight of the empty box.

name

The name of your box.

name

Returns the name of this box.