Gossamer Forum
Home : General : Perl Programming :

is this possible?

Quote Reply
is this possible?
I'm pretty sure its not possible, but maybe someone can prove me wrong.

If I have a simple perl file that does whatever function, and I parse the file into a string, is it possible to run the actual code from the string?


my $string = "lines of perl code";

# some function to execute the code...

execute_code($string);


??? Something like that maybe?

- Jonathan
Subject Author Views Date
Thread is this possible? jdgamble 3256 Feb 4, 2005, 7:14 AM
Thread Re: [jdgamble] is this possible?
Gmail 3124 Feb 4, 2005, 8:48 AM
Post Re: [Gmail] is this possible?
jdgamble 3119 Feb 4, 2005, 3:17 PM