[comp.lang.perl] h2ph.SH

marc@athena.mit.edu (Marc Horowitz) (07/01/91)

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