develooper Front page | perl.fwp | Postings from February 2002

RE: Re: interesting typo I couldn't see

Thread Next
From:
Ala Qumsieh
Date:
February 17, 2002 08:43
Subject:
RE: Re: interesting typo I couldn't see
Message ID:
8812A03F65CDD511AE98006008F5E87128255D@hermes.hyperchip.com
Vicki writes:

>              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);

Another reason to use Emacs :)

--Ala


Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About