Query: geometry::primitive::dimension
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Geometry::Primitive::Dimension(3pm) User Contributed Perl Documentation Geometry::Primitive::Dimension(3pm)NAMEGeometry::Primitive::Dimension - A width and heightDESCRIPTIONGeometry::Primitive::Dimension encapsulates a height and width.SYNOPSISuse Geometry::Primitive::Dimension; my $point = Geometry::Primitive::Dimeions->new(width => 100, height => 100);ATTRIBUTESheight Set/Get the height value. width Set/Get the width value.METHODSnew Creates a new Geometry::Primitive::Point. equal_to Compares this dimesion to another. to_string Return this dimesion as a string $widthx$heightAUTHORCory Watson <gphat@cpan.org> COPYRIGHT & LICENSE You can redistribute and/or modify this code under the same terms as Perl itself. perl v5.10.1 2010-01-10 Geometry::Primitive::Dimension(3pm)
Similar Topics in the Unix Linux Community |
---|
awk or sed - Convert 2 lines to 1 line |
Introduction |
One instance of comparing grep and awk |
Find columns in a file based on header and print to new file |