Re: [MacPerl-AnyPerl] Sorting a file list

[email protected] (Eelco Alosery) Thu, 29 Jan 2004 23:19:40 +0100
Newsgroups perl.macperl.anyperl
Message-ID <[email protected]>
the strings are formated this way

01-12-2003|some text|soem other text|
03-12-2003|some text|soem other text|
10-12-2003|some text|soem other text|
06-12-2003|some text|soem other text|
04-12-2003|some text|soem other text|

Op 29-jan-04 om 23:01 heeft John Delacour het volgende geschreven:

>
> At 9:06 pm +0100 29/1/04, Eelco Alosery wrote:
>
>> I have a data file to where i print lines of data.
>> The firts part of the line contans the date of writing.
>> I uese this kind of line:
>> part1|part2|parst3|
>>
>> Now i want to display the lines in order of date(the first part) to a 
>> html file
>> How do i do this whit a cgi script.
>
> What is the format of part1 and of the whole line?  Nobody can help 
> without knowing that.
>
>
> JD
>