>>>>> "Denzil" == Denzil Kruse <[EMAIL PROTECTED]> writes:
Denzil> But, I fooled around with my above code found out that Denzil> if I put some curly brackets in the right place, I Denzil> think it works: Denzil> $page = $in->param('page'); Denzil> &{page$page}() You really really *really* don't want to do that. Please pay attention to the proper solutions provided elsewhere. For one, your example will fail on "use strict", which is what every program larger than 10 lines should use. And your exact example is what it tries to rule out. -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 <merlyn@stonehenge.com> <URL:http://www.stonehenge.com/merlyn/> Perl/Unix/security consulting, Technical writing, Comedy, etc. etc. See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training! -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>