Run very far, very fast, change your name, appearance, gender,
etc. Make sure you change planes often, abandon your clothes at
random stops.
We are watching!!
;-)
--
Robert G. Werner
[EMAIL PROTECTED]
2001/9/11
Youth is a disease from which we all recover.
-- Dorothy Fuldheim
On Fri, 22 Feb 2002, Bart Lateur wrote:
> On Sat, 16 Feb 2002 11:05:14 -0800, Vicki Brown wrote:
>
> >It took me a while to find the problem... when I did I was somewhat amused
>
> > 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);
>
> (Stirring it up a little:)
>
> With Python you wouldn't have had this problem.
>
> (Now duck, and run!)
>
>