February 2012
Intermediate to advanced
1184 pages
37h 17m
English
Since use statements
are executed at compile time, the only way to change
overloading during runtime is:
eval " use overload '+' => \&my_add ";
You can also say:
eval " no overload '+', '––', '<=' ";
although the use of these constructs during runtime is questionable.
Read now
Unlock full access