in reply to Are these warnings indicative of a problem with the structure? (Baby Perl, easy xp... ;-)

just a stylistic thing. i think it's clearer if the code is:
if ( $msgtype eq "18FEF200"){ $bytes34 = substr $line, 26, 2; print "Line is: $line\n"; print "qty is: $bytes34\n"; }
the hardest line to type correctly is: stty erase ^H
  • Comment on Re: Are these warnings indicative of a problem with the structure? (Baby Perl, easy xp... ;-)
  • Download Code