in reply to Using a perl script as a graphic?

What happens when you try to load http://someserver/c.pl in your web browser? Your server may not be configured to execute .pl files. You may need to rename it c.cgi, put it in a ScriptAliased cgi-bin directory, or add "Options ExecCGI" to the directory you're running it from.