On Sun, 17 Feb 2002, Dave Hoover <[EMAIL PROTECTED]> wrote,
> Vicki wrote:
> >It took me a while to find the problem... when I did I was somewhat amused
> >
> > --- Begin Forward ---
> >
> >
> > if (...) {
> > my @item_parts = split(/\n/, $item);
> > printf ORDER ("\n%4d %-50s %3.2f %3.2f\n",
> > $quantity, $item_parts[0], $price, $ext);
> > } else {
> > printf ORDER ("\n%4d %-50s %3.2f %3.2f\n",
> > } $quantity, $item, $price, $ext);
> >
> >
> >
> > --- End Forward ---
>
> It's amazing how much your expectations can influence what you (think you)
> see. Thanks for sharing...it took me a while to find the problem as well.
> And like you, I got a chuckle. :-)
It took me copy, paste, and run, the easy way. I hate just looking at it.
--
san->http(www.trabas.com)