Run-Time Overloading
Since use
statements are executed at compile time, the only way to change overloading during run time is:
You can also say:eval " use overload '+' => \&my_add ";
although the use of these constructs during run time is questionable.eval " no overload '+', '--', '<=" ";