Hello,
I've never used Perl scripts before and I need a little help. I'm building a site in PHP that will allow users to select images. I need the selected images to be added to a zip file. I can't use the PHP Zip functions as I can't get the ZZIPlib libary installed on the server. I do believe I can use Perl to create a zip file with the selected files.
Problem I have is that I don't understand how to add perl codes to my PHP file as I've never used them. Could someone please give me a short and simple (if possible) explination on how to do this?