[comp.lang.perl] termcap.pl still buggy

pem@yarra-glen.aaii.oz.au (Paul E. Maisano) (03/13/90)

patches, but there is still a problem.
 
If you are planning to use termcap.pl, you will need to change the line (73):
        s/\^(.)/pack('c',$1 & 31)/eg;
to 
        s/\^(.)/pack('c',ord($1) & 31)/eg;
         
------------------
Paul E. Maisano
Australian Artificial Intelligence Institute
1 Grattan St. Carlton, Vic. 3053, Australia
Ph: +613 663-7922  Fax: +613 663-7937
Email: pem@aaii.oz.au   UUCP: {uunet,mcsun,ukc,nttlab}!munnari!aaii.oz.au!pem