You need to use the 'n' switch with $read() - for example to read a random line from a file without evaluating its contents: $read(file.txt, n)

Hope that helps. smile