in reply to Re^3: Warnings not working on one machine
in thread Warnings not working on one machine
In Perl 12 Delta one of the Other potentially incompatible changes is ;
length undef now returns undef.Update Possible fix ? length(("1" =~ /\.(\d*)/)[0] || '')
poj
|
|---|