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

Reply via email to