![]() |
|
Do you know where your variables are? | |
PerlMonks |
Re: ASCII insert after readby pc88mxer (Vicar) |
on Jul 29, 2008 at 19:40 UTC ( #700908=note: print w/replies, xml ) | Need Help?? |
An easier way to test for the ASCII character 12 is to use a regex:
Update: I guess your approach can work, but it's a little awkward. You are comparing the octal representation of a number (which is a string) to a decimal value. Doing it your way I would have written it:
In Section
Seekers of Perl Wisdom
|
|