in reply to Re^2: Removing overloaded string operator
in thread Removing overloaded string operator
In other words, its taking the string value of $froob (which happens to be the return value of an overloaded stringification), appending a blank to it, and then calling StrVal, which does nothing since its argument is an ordinary string.print overload::StrVal($froob . "");
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Removing overloaded string operator
by Anonymous Monk on Feb 02, 2005 at 09:56 UTC |