
KevinR
Veteran

Mar 26, 2008, 9:27 AM
Views: 1765
|
|
Re: [boobz] split file using ascii code 12
|
|
|
When I print the value of this line: my $chr = chr(12); I get a dot '.'; Why not check for the dot in the regexp instead of $chr? if (/\./) { -------------------------------------------------
(This post was edited by KevinR on Mar 26, 2008, 9:31 AM)
|