Running V. 5.8.... and the +> doesn't seem to be working. Could someone post a simple example of writing to a file and then reading all the contents back in using +> or +<? Shouldn't opening, writing to it (print FILEHANDLE "Some text"; my @elems = <FILEHANDLE>;), and then reading in work like this? Thanks in advance.
Rob