[comp.lang.perl] Ascii to TeX conversion program

CFGROB@weizmann.bitnet (01/13/91)

I am writing with reference to my script to convert Ascii files to
TeX files included in the Perl Digest about a week ago.I don't know why, but the
 script included in the Perl Digest
was missing all the vertical bars, i.e. all the or signs disappeared.

They should be added as follows

  eof @@ ($_=<INFILE>); on lines 60,67,75,82 and 103

  @@ before the # sign on lines 88 and 90

  @@ as the first symbol on lines 123, 127, 130, and 132

where @ stands for a vertical bar. I hope this helps. Otherwise
you can get the file by anonymous ftp from 132.76.64.13.

Please let me know if you make some improvements in the script!

Dov