Re: use v6

2012-01-18 Thread David Arroyo
This is very useful. Thanks Moritz for the explication. -- Regards, David. On Wed, Jan 18, 2012 at 2:04 PM, Moritz Lenz wrote: > Am 18.01.2012 11:53, schrieb David Arroyo: > >> use v6; >> >> This is obligatory in perl 6? What does the module do? > > > 'use v6;' is the declaration that the followi

Re: use v6

2012-01-18 Thread Moritz Lenz
Am 18.01.2012 11:53, schrieb David Arroyo: use v6; This is obligatory in perl 6? What does the module do? 'use v6;' is the declaration that the following program is written in Perl 6. It has the advantage that if you accidentally run the file with a perl 5 compiler, it will give you a much b