![]() |
|
Perl Monk, Perl Meditation | |
PerlMonks |
How to place Search Results!!!by ACJavascript (Acolyte) |
on Aug 04, 2003 at 21:17 UTC ( [id://280807]=perlquestion: print w/replies, xml ) | Need Help?? |
ACJavascript has asked for the wisdom of the Perl Monks concerning the following question:
Hello All I SEEK THE PERL MONKS WISDOM!! Okay hers my problem. I have a simple database setup like so Item1|Item2|Item3 Now I do a simple search on it like so:
It then prints out the results if there are any. Okay now say $item one is a price - 35.00.. Now I want the search results to be printed out from lowest to highest. The problem here is if im using a database and it goes there each line one by one,, and the first one is 100 dollars and the 5th is 1.00 dollar how can I get it to write out the first one after its past it. I know this sounds very confusing its been buging me for a while now. Please can someone help!! Thanks in advance!
Back to
Seekers of Perl Wisdom
|
|