On Mon, 16 May 2005, BJ wrote:

> I was wondering how people approach problems that call for some of
> [the] code to be generated on [the] fly.

Yes. See

    perldoc -f eval

You can build up a string with arbitrary Perl code, then eval it to
execute it in place. People do this sort of thing all the time.



-- 
Chris Devers

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to