- or download this
open INFO, '<', 'testdoc.txt' or die "Can't open testdoc.txt: $!";
- or download this
for (split//,$line) {
$test = sprintf "\%3o\n", ord $_;
if ($test == 14) {
- or download this
my $char = chr oct 14;
while (my $line = <INFO>){
...
# do whatever you want
}
}