1N/A This is a test to see if I can do not only `$self' and `method()', but
1N/A also `$self->method()' and `$self->{FIELDNAME}' and `$Foo <=> $Bar'
1N/A without resorting to escape sequences. If I want to refer to the
1N/A right-shift operator I can do something like `$x >> 3' or even `$y >>
1N/A 5'.
1N/A
1N/A Now for the grand finale of `$self->method()->{FIELDNAME} = {FOO=>BAR}'.
1N/A And I also want to make sure that newlines work like this
1N/A `$self->{FOOBAR} >> 3 and [$b => $a]->[$a <=> $b]'
1N/A
1N/A Of course I should still be able to do all this *with* escape sequences
1N/A too: `$self->method()' and `$self->{FIELDNAME}' and `{FOO=>BAR}'.
1N/A
1N/A Dont forget `$self->method()->{FIELDNAME} = {FOO=>BAR}'.
1N/A
1N/A And make sure that `0' works too!
1N/A
1N/A Now, if I use << or >> as my delimiters, then I have to use whitespace.
1N/A So things like `<$self-'method()>> and `<$self-'{FIELDNAME}>> wont end
1N/A up doing what you might expect since the first > will still terminate
1N/A the first < seen.
1N/A
1N/A Lets make sure these work for empty ones too, like and `>>' (just to be
1N/A obnoxious)
1N/A