jeanluca has asked for the wisdom of the Perl Monks concerning the following question:
so I need to call the function test123 inside the package BlaBla$t1 = 'test' ; $t2 = '123' ; my $obj = new BlaBal ; $obj->{$t1.$t2}() ; # <-- error
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: concat method inside method call
by almut (Canon) on Jan 25, 2010 at 14:29 UTC | |
| |
|
Re: concat method inside method call
by AnomalousMonk (Archbishop) on Jan 25, 2010 at 17:44 UTC |