From b1e943c7731906bb2ec37959e8f962acd3922968 Mon Sep 17 00:00:00 2001 From: Jacob Pipkin Date: Tue, 8 May 2012 02:22:37 -0500 Subject: calling close() on not a file handle --- SBO-Lib/lib/SBO/Lib.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'SBO-Lib/lib/SBO/Lib.pm') diff --git a/SBO-Lib/lib/SBO/Lib.pm b/SBO-Lib/lib/SBO/Lib.pm index 80ba702..72b66ca 100644 --- a/SBO-Lib/lib/SBO/Lib.pm +++ b/SBO-Lib/lib/SBO/Lib.pm @@ -372,7 +372,7 @@ sub find_download_info { push(@return,$line); } } - close($return); + close($info); return @return if exists $return[0]; return; } -- cgit v1.2.3