M
machoq
I have reading a line from a text file
the line is like
abc\"123
I need to find the number of characters in this string... (which
should be 8, however if i do a
$var = $line;
print length($var); i get 7
How do i workaround it ?
regards
-Machoq !
the line is like
abc\"123
I need to find the number of characters in this string... (which
should be 8, however if i do a
$var = $line;
print length($var); i get 7
How do i workaround it ?
regards
-Machoq !