in reply to Re^3: Howto "use" backward compability packages of new "feature"s
in thread Howto "use" backward compability packages of new "feature"s
Do you know where this is documented?
BTW: just found an "if pragma" which could be used for backwards compatibility!
use if $] < 5.008, "utf8";
Cheers Rolf
|
|---|