in reply to Re: Extracting the last desired block of text from a server eMail file
in thread Extracting the last desired block of text from a server eMail file
preceeding my origninal code. Oddly, while some text is printed to the output filename2, I is weirdly done, prints some lines in the correct order but does not strickly follow the test for split directive. Any ideas? thx mike @lines = reverse sort(@lines);open(FILE,"$filename"); @lines = <FILE>; close(FILE); @lines = reverse sort(@lines);
|
|---|