Man Page: mousex::types::mouse
Operating Environment: debian
Section: 3pm
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 |
|---|
| Is UNIX an open source OS ? |
| Detecting unused variables... |
| One instance of comparing grep and awk |
| Find columns in a file based on header and print to new file |
| Weird 'find' results |