What does "}{" mean?
| Newsgroups | gmane.comp.lang.perl.fun |
|---|---|
| Message-ID | <[email protected]> |
What does the construct "}{" mean? As in
$ perl -pe ' } { $_="foo\n"' /dev/null
foo
I figure it has to do with how the -p switch affects the script that
is passed to the interpreter. Is this documented anywhere?
kj