passing temp file names to another script

Tom Keller kellert at ohsu.edu
Sat Dec 2 14:13:03 CST 2000


Greetings,
I am creating a temp file with some "current" data in it. I want another script to have access to this temp file. How do I give the second script the filename?

I create the temp file using IO::File
$fh = IO::File->new_tmpfile    or die;
then write the data to $fh.

How do I get the temp file name to another script?

Thanks,
Tom Keller

PS. Whenever you want to have another meeting at OHSU. It's available. The last one was excellent, as was the gathering afterwards at the pub.


Thomas J. Keller, Ph.D.
Oregon Health Sciences University
MMI Core Facility
503-494-2442
kellert at ohsu.edu
http://www.ohsu.edu/core
TIMTOWTDI



More information about the Pdx-pm-list mailing list