r24752 - docs/Perl6/Spec

2009-01-03 Thread pugs-commits
Author: particle Date: 2009-01-04 03:26:39 +0100 (Sun, 04 Jan 2009) New Revision: 24752 Modified: docs/Perl6/Spec/S19-commandline.pod Log: [S19] get rid of illustration grammar, it's in the revision history if i need it later. Modified: docs/Perl6/Spec/S19-commandline.pod

Which brackets should @a.perl use?

2009-01-03 Thread Markus Laker
This behaviour looks wrong to me: m...@edward:~/perl/6$ cat ap1 #!/home/msl/bin/perl6 my @a = ; my $p = @a.perl; say "\...@a: {...@a.elems} elements: $p"; say '@a[0]: ', @a[0]; my @b = eval $p; say "\...@b: {...@b.elems} elements: $p"; say '@b[0]: ',@b[0]; say '@b[0][0]: ', @b[0][0]; m...@

Re: r24737 - docs/Perl6/Spec

2009-01-03 Thread Aristotle Pagaltzis
* jerry gay [2009-01-02 21:30]: > the most likely short names, C<< < -d -o -c > >> are all taken > by either p5 or p6 command-line. Is `-q` taken? Regards, -- Aristotle Pagaltzis //