If you want to "grab" a variable out of a program, you have
two options: run the code, or parse the code. If you don't
want to run it (and you don't), you'd have to parse Perl,
unless you can assume something about your variable to make
it easier to grab.
Abigail