Hi iam new in perl i have a data file which looks like
(this is value) (price) (Currency)
| | |
FCWQBF1NVBAIN 734,54 SEK
FCWQBF1NVBBIN 550,91 SEK
FCWQBF1NVBCIN 462,76 SEK
FCWQBF1NVBEIN 315,95 SEK
FCWQBF1NVBHIN 146,93 SEK
. | |
. tab tab
.
Now what i want to do here is when i select a value from dropdown list from a web form then the program should return a price from the datafile
if some body have some ideas how to do that please help me
(this is value) (price) (Currency)
| | |
FCWQBF1NVBAIN 734,54 SEK
FCWQBF1NVBBIN 550,91 SEK
FCWQBF1NVBCIN 462,76 SEK
FCWQBF1NVBEIN 315,95 SEK
FCWQBF1NVBHIN 146,93 SEK
. | |
. tab tab
.
Now what i want to do here is when i select a value from dropdown list from a web form then the program should return a price from the datafile
if some body have some ideas how to do that please help me