hi,
I'm trying to copy a file through a module and i seem to be stuck. the function in the module is supposed to pass out a file handle which will be used to save the file on the .pl file that is "using" the module. I dont understand how the .pl file can accept a module and then proceed to save the file. i also dont understand how the module will pass out a file handle. can someone please clarify these two points?
thanks