NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Agree 100% (Score:1)
yes, .p6 *is* outdated (Score:1)
A long time ago, .p6 was used for a short time, and then everyone wised up and avoided it. The proper way to name Perl 6 files is in the same manner as Perl 5 files, meaning .pl, .pm, .t, .pod, etc, and whether they are Perl 5 or Perl 6 is determined by the *content* of the files. If the file begins with something like "use 6.0;" rather than "use 5.008" then it is Perl 6; the latter means it is Perl 5. Using .p6 extensions is a terrible idea and anyone who returns to it should abandon the idea.
Reply to This
Parent