in reply to Re: Creating a unique variable type
in thread Creating a unique variable type
O RLY?
see attributes for enabling
my $foo :integer;
and the parser also allows "typing"
DB<105> {package Int} DB<106> my Int $x => undef
... though w/o much benefit.
Cheers Rolf
( addicted to the Perl Programming Language)
|
|---|