make exists() work better on pseudo-hashes (reworked a patch suggested
[p5sagit/p5-mst-13.2.git] / t / pod / special_seqs.xr
CommitLineData
360aca43 1 This is a test to see if I can do not only `$self' and
2 `method()', but also `$self->method()' and `$self->{FIELDNAME}'
3 and `{FOO=>BAR}' without resorting to escape sequences.
4
5 Now for the grand finale of `$self->method()->{FIELDNAME} =
6 {FOO=>BAR}'.
7
8 Of course I should still be able to do all this *with* escape
9 sequences too: `$self->method()' and `$self->{FIELDNAME}' and
10 `{FOO=>BAR}'.
11
12 Dont forget `$self->method()->{FIELDNAME} = {FOO=>BAR}'.
13
e9fdc7d2 14 And make sure that `0' works too!
15