New movies in Limassol cinemas

I’ve updated Limassol cinema schedule. There are two new movies! First is very funny (I think) movie about the laziest cat in the world. Summary: Jon Arbuckle buys a second pet, a dog named Odie. However, Odie is then abducted and it is up to Jon’s cat, Garfield, to find and rescue the canine. Second one is a very very scary film about some boy […]

Read Me Leave comment

Howto upload file using Embperl

To allow uploading files to web server via HTTP we should: 1) create web page with form: <form action=’my_script.epl’ method=POST enctype="multipart/form-data" > <input type=’hidden’ name=’action’ value=’upload’ /> <input type=’file’ name=’my_file’ size=’20’ /> < input type=’submit’ name=’submit’ value=’Upload’ /> </form> Pay attention to enctype! If you define it not correct you will not be able to get file handler after submitting your form.

Read Me Leave comment

New Version IMDB::Film

I’ve released a new version of module IMDB::Film – Perl extension to grub movies information from IMDB.com. I’d like to say thanks Jeff Anderson for his interest in that module and appropriate suggestions to improve its functionality. You can download this version from CPAN and test it.

Read Me Leave comment