fix small buglet, which made it not work ;)
This commit is contained in:
parent
c9e5806028
commit
8d8aafde7f
1 changed files with 1 additions and 0 deletions
|
|
@ -87,6 +87,7 @@ sub open_temp {
|
||||||
}
|
}
|
||||||
|
|
||||||
sub read_temp {
|
sub read_temp {
|
||||||
|
my $target_name = shift;
|
||||||
open $target, $target_name or die "Couldn't open tempfile: $target_name: $!";
|
open $target, $target_name or die "Couldn't open tempfile: $target_name: $!";
|
||||||
@target = <$target>;
|
@target = <$target>;
|
||||||
close ($target);
|
close ($target);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue