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

...Whatever I put...
it has to be perl code that compiles, like $with = q|}; warn "\n# Hi" while 1; q{|; or $with = q|${warn "\n# hi" while 1}|;

MJD says "you can't just make shit up and expect the computer to know what you mean, retardo!"
I run a Win32 PPM repository for perl 5.6.x and 5.8.x -- I take requests (README).
** The third rule of perl club is a statement of fact: pod is sexy.

Replies are listed 'Best First'.
Re^4: Security with /ee modifier
by richard5mith (Beadle) on Sep 26, 2004 at 16:00 UTC

    And now it all becomes clear.

    I'll go with your proposed solution that simply allows backreferences. Thanks.