Hi All,
Two questions:
1) Looking at other code, I see this at the top a lot:
use v6;
Mine have as the first line
#!/usr/bin/perl6
What is "use v6;" used for?
2) I have been looking at other's modules in Perl6.
In Perl 5, the first line is
package Package_Name;
Has this been done away with in P6?
And in P6, where is the packages' name stated? The
file name? If so, what are the rules? (I ask this
as the module's files do not have a "::" in them.)
-T
--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Computers are like air conditioners.
They malfunction when you open windows
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~