http://www.perlmonks.org?node_id=261686


in reply to Re: Perl 6 feature that scares me the most:
in thread Perl 6 feature that scares me the most:

And now you can also do this. *grin* All that this does is separate the interface from the implementation.

my DVD @disks is Scalar; # or, even my DVD %disks is Array;