in reply to Re: help on searching a file
in thread help on searching a file

I may be way off base here, but I don't see where you're getting the value $FORM{$qid}. In the previous line, you get the value $qid from the split. If I read the question right, that variable holds a quantity that you want to send. So, why not just use the value $qid?
That would make your print line look like:
print MAIL "$description $qid\n\n";

Guildenstern
Negaterd character class uber alles!

Replies are listed 'Best First'.
RE: RE: Re: help on searching a file
by DaWolf (Curate) on Sep 12, 2000 at 22:00 UTC
    Becuase it must read the form value. $qid here is a reference to create a unique Quantity field for each line of the data file. Er Galvão Abbott a.k.a. Lobo, DaWolf Webdeveloper