Archive

Archive for September 10th, 2004

New movies in Limassol cinemas

September 10th, 2004 No comments

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.

Garfield
HellBoy

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 from hell judge by the title!

Summary:
A demon, raised from infancy after being conjured by and rescued from the Nazis, grows up to become a defender against the forces of darkness.
Personally I’m waiting for Will Smith into a role of fighter with malicious robots!

Categories: Digital Life Tags:

Howto upload file using Embperl

September 10th, 2004 No comments
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 more…

Categories: Digital Life Tags:

New Version IMDB::Film

September 10th, 2004 No comments
Perl

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 more…

Categories: Software Development Tags:
Get Adobe Flash playerPlugin by wpburn.com wordpress themes