Is there any way to insert some data at the begginig of a file handle? For example, I have "FILE", but I want to put the contents of "$stuff" at the begging of FILE, because I have to give the filehandle to a function, to do stuff with it, or something..