On Wed, 18 May 2005, Wert, Nathaniel J wrote:

> open(TEMPFILE, ">>/temp/temp.big_ass_file") or die "unable to write
> /temp/temp.big_ass_file:$\n";

On most Unix systems I've used, the name is usually "/tmp", not "/temp".

If you're trying to work on a file in a nonexistent directory, you
probably won't get very far... :-)



-- 
Chris Devers

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to