summaryrefslogtreecommitdiff
path: root/t/pod/special_seqs.xr
blob: b6ae7fd5b69029ed160fb57dd125243ced62fe29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
    This is a test to see if I can do not only `$self' and
    `method()', but also `$self->method()' and `$self->{FIELDNAME}'
    and `{FOO=>BAR}' without resorting to escape sequences.

    Now for the grand finale of `$self->method()->{FIELDNAME} =
    {FOO=>BAR}'.

    Of course I should still be able to do all this *with* escape
    sequences too: `$self->method()' and `$self->{FIELDNAME}' and
    `{FOO=>BAR}'.

    Dont forget `$self->method()->{FIELDNAME} = {FOO=>BAR}'.