This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Incremental Mac integration from Matthias.
[perl5.git] / t / pod / special_seqs.xr
CommitLineData
664bb207
GS
1 This is a test to see if I can do not only `$self' and `method()', but
2 also `$self->method()' and `$self->{FIELDNAME}' and `{FOO=>BAR}' without
3 resorting to escape sequences.
360aca43 4
664bb207 5 Now for the grand finale of `$self->method()->{FIELDNAME} = {FOO=>BAR}'.
360aca43 6
664bb207
GS
7 Of course I should still be able to do all this *with* escape sequences
8 too: `$self->method()' and `$self->{FIELDNAME}' and `{FOO=>BAR}'.
360aca43
GS
9
10 Dont forget `$self->method()->{FIELDNAME} = {FOO=>BAR}'.
11
e9fdc7d2
GS
12 And make sure that `0' works too!
13