@a = ('a\\b'); print length(Dumper @a)-2*@a; # 4 [download]
In reply to Re^2: How to get the TOTAL length/size of an array? by choroba in thread How to get the TOTAL length/size of an array? by Polyglot