Changeset 02483ba
- Timestamp:
- Dec 4, 2010, 4:12:10 PM (14 years ago)
- Branches:
- master, debian
- Children:
- a50d28b, 618236b
- Parents:
- 267d44e
- git-author:
- Quentin Smith <quentin@…> (12/04/10 16:12:10)
- git-committer:
- Quentin Smith <quentin@…> (12/04/10 16:12:10)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
server/lib/gutenbach
ra2944f6 r02483ba 83 83 # first. 84 84 if (!$arguments{"file"}) { 85 my ($fh, $file) = tempfile("gutenbachXXXXX", UNLINK => 1); # Ask File::Temp for a safe temporary file85 my ($fh, $file) = tempfile("gutenbachXXXXX", TMPDIR => 1, UNLINK => 1); # Ask File::Temp for a safe temporary file 86 86 my $buf; 87 87 while (read(STDIN, $buf, 1024*1024)) { # Read 1M at a time and put it in the temporary file
Note: See TracChangeset
for help on using the changeset viewer.