in reply to Re^2: Security with /ee modifier
in thread Security with /ee modifier

Remember that a variable interpolation can include a dereferencing or a subscript/key calculation. Try interpolating:
$foo{warn "GOTCHA"}
as an example.

-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.