perl 5.0 alpha 2
[p5sagit/p5-mst-13.2.git] / Changes
1
2     s'$lhs'$rhs' now does no interpolation on either side.  It used to
3     interplolate $lhs but not $rhs.
4
5     The second and third arguments of splice are now evaluated in scalar
6     context (like the book says) rather than list context.
7
8     Saying shift @foo + 20 is now a semantic error.
9
10     The elements of argument lists for formats are now evaluated in list
11     context.
12
13     You can't do a goto into a block that is optimized away.
14
15     It is no longer syntactically legal to use whitespace as the name
16     of a variable.
17
18     Some error messages will be different.