in reply to Re: csh-perl xlator
in thread csh-perl xlator

A good learning process it to write a 'bad' or incomplete translator. Just going through and
TMP="/tmp/cas.$$.out" to: $tmp = "/tmp/cas.$$.out"
is useful and trying to map if ... ] then to if ( ... ) [ (sorry I'm a ksh fool) can be quite useful both in learning and in moving some of your stuff. The hard parts will still need to be done by hand.

a