Skip to content
Snippets Groups Projects
Commit 1cf0018c authored by Andy Yates's avatar Andy Yates
Browse files

Bad example doc

parent 5cf5d02e
No related branches found
No related tags found
No related merge requests found
......@@ -398,7 +398,7 @@ sub work_with_file {
Description : Performs the nitty gritty of checking if a file handle is open
and closing the resulting filehandle down.
Returntype : None
Example : work_with_file('/tmp/out.txt.gz', 'w', sub {
Example : gz_work_with_file('/tmp/out.txt.gz', 'w', sub {
my ($fh) = @_;
print $fh 'hello';
return;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment