Re: Problems Creating Temporary File

2005-07-06 Thread Graeme St.Clair
was not installed. In any case, it is sensitive to Perl level - I saw no point in going further. - Original Message - From: "Dave Adams" <[EMAIL PROTECTED]> To: Sent: Tuesday, July 05, 2005 4:53 PM Subject: Problems Creating Temporary File This code should work but

Re: Problems Creating Temporary File

2005-07-06 Thread John W. Krahn
Dave Adams wrote: This code should work but it does not, any suggestions? Yes. Please explain in more detail what exactly "does not work". John -- use Perl; program fulfillment -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Problems Creating Temporary File

2005-07-05 Thread Dave Adams
This code should work but it does not, any suggestions? All I need is to create a temporary file to store some data so I can stuff it into another application and then trash it. I thought it would be easy. use utf8; use IO::Handle; #use File::Copy; use File::Temp qw /tempdir tempfile /; $dir =