in reply to Split on . (dot)
You 'll print the ascii code of each element in the returned list by split function. Here's the output i get :map { print ord $_,"\n" } split(/./, $ip);
00 is the ascii NUL and 10 is the newline character. I hope you understand these explanations, Arnaud
0
0
0
0
10
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Array empty
by bart (Canon) on Oct 05, 2003 at 14:11 UTC |