> > @@ -941,6 +960,23 @@
> >  The C<use warnings> pragma and the B<-w> flag will warn you about these 
> >  matters.
> >  
> > +In Perl 6, a scalar always has a leading $, an array always has a
> > +leading @ (even when accessing its elements or slicing it), and a
> > +hash always has a leading % (even when accessing its entries or
> > +slicing it).
> 
> Should we really be talking about Perl 6 in a Perl 5 FAQ?  Seems to
> confuse the issue.

We might have one single question:

        What is Perl 6?

and one single answer for that?

        See http://whatever/

-- 
$jhi++; # http://www.iki.fi/jhi/
        # There is this special biologist word we use for 'stable'.
        # It is 'dead'. -- Jack Cohen

Reply via email to