You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks as though the download() sub accepts a file path as its $output argument and if it does it opens the file, but I don't see a close() anywhere in the code. I'm not sure how to close the file since the filehandle created by the module isn't exposed anywhere.
Yeah, I can just use a filehandle instead, but I shouldn't have to if it takes a path..
The text was updated successfully, but these errors were encountered:
It looks as though the download() sub accepts a file path as its $output argument and if it does it opens the file, but I don't see a close() anywhere in the code. I'm not sure how to close the file since the filehandle created by the module isn't exposed anywhere.
Yeah, I can just use a filehandle instead, but I shouldn't have to if it takes a path..
The text was updated successfully, but these errors were encountered: