Norbert.Lammers has asked for the wisdom of the Perl Monks concerning the following question:
I found an issue on expanding function calls from strings.http://theoryx5.uwinnipeg.ca/CPAN/perl/pod/perlfaq4/How_do_I_expand_fu +nction_calls_i.html
#!/usr/bin/perl use posix;# $i=3; $funk = "cos($i)"; print "Das ist ${\$funk}";
Edit: 2001-03-03 by neshura
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: function inline evaluation (formated *gg*)
by Fastolfe (Vicar) on Jan 24, 2001 at 20:17 UTC | |
|
Re: function inline evaluation (formated *gg*)
by tadman (Prior) on Jan 24, 2001 at 18:34 UTC | |
|
Re: function inline evaluation (formated *gg*)
by c-era (Curate) on Jan 24, 2001 at 18:40 UTC | |
by mr.nick (Chaplain) on Jan 24, 2001 at 19:38 UTC |