H
Huub
Hi,
I want to read the white space character, but it doesn't work. Sofar I
have this code for the actual reading.
while (<INPUT_FILE>)
{
$spatie++ if m/\s/m
}
The line to be read is: dit is een test voor TIRCIN
The result for $spatie is 1 instead of 5. Where do I go wrong?
Thanks,
Huub
I want to read the white space character, but it doesn't work. Sofar I
have this code for the actual reading.
while (<INPUT_FILE>)
{
$spatie++ if m/\s/m
}
The line to be read is: dit is een test voor TIRCIN
The result for $spatie is 1 instead of 5. Where do I go wrong?
Thanks,
Huub