> could puting the entire file into an aray then i think there is a function to > get the number of elements... then just use that to know what the last > element would be?
my @array = <FH>; print "$array[-1]"; Tor -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]