Query: mousex::types::mouse
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
MouseX::Types::Mouse(3pm) User Contributed Perl Documentation MouseX::Types::Mouse(3pm)NAMEMouseX::Types::Mouse - Types shipped with MouseSYNOPSISpackage Foo; use Mouse; use MouseX::Types::Mouse qw( Int ArrayRef ); has name => ( is => 'rw', isa => Str; ); has ids => ( is => 'rw', isa => ArrayRef[Int], ); 1;SEE ALSOMouseX::Types Mouse::Util::TypeConstraints perl v5.12.4 2011-10-18 MouseX::Types::Mouse(3pm)
Similar Topics in the Unix Linux Community |
---|
Adding the individual columns of a matrix. |
How can I do this in VI editor? |
Is UNIX an open source OS ? |
Introduction |
My first PERL incarnation... Audio Oscillograph |