in reply to Are these warnings indicative of a problem with the structure? (Baby Perl, easy xp... ;-)
if ( $msgtype eq "18FEF200"){ $bytes34 = substr $line, 26, 2; print "Line is: $line\n"; print "qty is: $bytes34\n"; } [download]