Re: Clarification on a previous e-mail.
Shawn Milochik wrote: > > Just a couple of questions about your corrections: (All snippets are taken > from the e-mail below.) > > > Shawn: > > sub parseFrom400 { > > my $value = @_[0]; > ^ > John: > You want a scalar here, not an array slice. > > my $value = $_[0
Clarification on a previous e-mail.
Just a couple of questions about your corrections: (All snippets are taken from the e-mail below.) Shawn: > sub parseFrom400 { >