Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!magnus.acs.ohio-state.edu!usenet.ins.cwru.edu!gatech!mcnc!uvaarpa!mmdf From: marc@athena.mit.edu (Marc Horowitz) Newsgroups: comp.lang.perl Subject: h2ph.SH Message-ID: <1991Jul1.014550.21610@uvaarpa.Virginia.EDU> Date: 1 Jul 91 01:45:50 GMT Sender: mmdf@uvaarpa.Virginia.EDU (Uvaarpa Mail System) Reply-To: Marc Horowitz Organization: The Internet Lines: 11 h2ph.SH contains the following line: $isatype{@isatype} = (1) x @isatype; It should be @isatype{@isatype} = (1) x @isatype; Last I checked, '13' wasn't a type :-) Marc