true has asked for the wisdom of the Perl Monks concerning the following question:
But any attempts to put this in effect inside a script are dead-ends. And help would be appreciated.my %subst = map { chr($_) => qq|&#$_;|} 0..255;
So my output should bemy $TXT = <<EOM; Those oranges are 50¢ EOM print &convert($TXT); sub convert{ my $word = $_[0]; #ARGH! return $word; }###########################
Those oranges are 50¢
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: High-bit ISO Lating character conversion problem.
by bart (Canon) on Sep 06, 2003 at 19:18 UTC | |
by shenme (Priest) on Sep 06, 2003 at 20:51 UTC | |
|
Re: High-bit ISO Lating character conversion problem.
by true (Pilgrim) on Sep 06, 2003 at 17:42 UTC | |
|
Re: High-bit ISO Lating character conversion problem.
by true (Pilgrim) on Sep 06, 2003 at 18:31 UTC |