# New Ticket Created by Dan Jacobson
# Please include the string: [perl #30045]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=30045 >
Can you please use more friendly English than
"Transliteration replacement not terminated"
$ make array
perl -wle 'use Math::Trig; $boost=tan(deg2rad(90-298+220));\
$basic=300/105.7*0.80/2/sin(deg2rad(298-220));\
sub y(){for $i(-10..10){printf "%f\n",$boost*$_+$basic*($i*2+1)}};y(0);y(1)'
Transliteration replacement not terminated at -e line 1.
[Yes, this is all considered line 1 as it is Makefile output.]
Yes, there are some misconceptions in the code, I'm sure.
But mainly nobody here can figure out what part of the code perl is
talking about.