B
blaine
Hi,
I would like to call a subroutine without using an eval statement that
has a scaler in the context.
ie.
my $class = FakeClass->new();
my $type = $class->GetType();
$class->DoSomething_$type();
Any ideas?
I would like to call a subroutine without using an eval statement that
has a scaler in the context.
ie.
my $class = FakeClass->new();
my $type = $class->GetType();
$class->DoSomething_$type();
Any ideas?