Author: particle Date: 2009-01-07 01:56:43 +0100 (Wed, 07 Jan 2009) New Revision: 24790
Modified: docs/Perl6/Spec/S19-commandline.pod Log: [S19] address concerns about mixing -e and -e6 Modified: docs/Perl6/Spec/S19-commandline.pod =================================================================== --- docs/Perl6/Spec/S19-commandline.pod 2009-01-07 00:53:03 UTC (rev 24789) +++ docs/Perl6/Spec/S19-commandline.pod 2009-01-07 00:56:43 UTC (rev 24790) @@ -282,7 +282,7 @@ each one representing an input line with an implicit newline at the end. If you wish to run in lax mode, without strictures and warnings enabled, -your first -e on the command line should be passed a value of '6', like C<-e6>. +pass a value of '6' to the first -e on the command line, like C<-e6>. See L<Synopsis 11|S11-modules.pod/"Forcing Perl 6"> for details. =item --autoloop-split, -F [string, closure, etc] @@ -494,9 +494,6 @@ env var? maybe -E [could be posed in terms of substituting a different prelude] - -mixing -e and -e6 can lead to problems, for example: - perl -e "my $x = 1;" -e "print $x" -e6 "if $x" }} =for vim:set expandtab sw=4: