I'm new to perl and am wondering whether there is an easy way to search through a simple text database file from the last line to the first. I want the user to determine whether to search in reverse or forward order. I seem to only be able to find instructions on how to search in ascending record order via the standard OPEN statement.
Thanks in advance.