
This file includes two subroutines: read_file and write_file.
read_file is a utility sub to slurp in a file.
It returns a list of lines when called in list context. It returns one big string when called in scalar context.
write_sub is a utility sub to write a file. It takes a file name and a list of strings. It opens the file and writes all data passed into the file. This will overwrite any data in the file.

Copyright 2000 by Stem Systems, Inc. All rights reserved. If you have this software as part of the prototype release, you are not allowed to distribute any copies to anyone. This software is not to shown to anyone else without prior permission from Stem Systems.