Archive for the ‘PERL’ Category

Configure Apache to serve PERL pages ( Ubuntu )

Friday, May 30th, 2008

I just reinstalled my ubuntu distribution, and have to configure apache to serve perl pages outside of the cgi-bin directory, after a little bit of googling i found the solution. You have to edit the /etc/apache2/apache2.conf and add to it the following lines. AddHandler cgi-script .cgi .pl Options +ExecCGI Options +ExecCGI

Show videos on your site using PERL and Youtube API

Tuesday, April 1st, 2008

This tutorial uses an old Youtube API, after google acquired Youtube a new API was released In this brief tutorial i will show you how to show videos from youtube on you web page using PERL and Youtube API, the idea of the script is that it will show by ...