I'm trying to write some code which dynamically creates
'my' variables for evaluation by some user inputted perl
code. What I want is for perl to catch unregistered
variables which is why I want this to run under "use strict"
My problem is the dynamic creation of variables in the
current scope, I'm trying the following.