P
pmak00
How can I get this piece of code to work?
my $name = 'hello';
&Hello::$name();
I want the second line to do the equivalent of Hello::hello().
my $name = 'hello';
&Hello::$name();
I want the second line to do the equivalent of Hello::hello().