Re: Clarification on a previous e-mail.

2002-10-18 Thread John W. Krahn
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.

2002-10-18 Thread shawn_milochik
Just a couple of questions about your corrections: (All snippets are taken from the e-mail below.) Shawn: > sub parseFrom400 { >