new FileWriter(), ]); # add a file named "hello.txt" to output archive, containing # the string "hello world!" $zip->add_file('hello.txt', 'hello world!'); # finalize archive $zip->close();