100 Web Space
http://forum.100webspace.com/

Embedding a Perl CGI in a website using CSS
http://forum.100webspace.com/viewtopic.php?f=5&t=5894
Page 1 of 1

Author:  saguaro [ Fri Feb 02, 2007 10:56 pm ]
Post subject:  Embedding a Perl CGI in a website using CSS

So I've managed to prototype a little Perl CGI script that retrieves data from MySQL and displays it. Then I started playing with a web-author tool to learn something about CSS and I ended up with a rather elaborate set of pages with all manner of top menu bars, side menu bars and bottom menu bars. Now I would like to embed my Perl CGI script in one of the web pages generated by the tool.

I found a few sites that discuss use of CSS in a Perl CGI script and it seems that I need to take a HTML page (generated from the tool) and convert all the HTML in it to Perl CGI. For example, I think all the div tags have to be rewritten as something like
$q->p(-class=>"div"); (not sure of the exact syntax here ... $q is my CGI object)

Am I way off track here? Any suggestions, book or website recommendations would be appreciated.

Author:  IntortUntorge [ Fri May 06, 2011 12:31 am ]
Post subject:  Embedding a Perl CGI in a website using CSS

I have written program.pl in perl that works when called from a web browser.

I want to now use it with abyss on a computer that doesnt have perl.

I used ActiveState perlapp to make program.pl executable as program.exe.

Now, when I call program.exe in browser, it times out.

How do I set up Abyss to call an executable exe cgi program?

Author:  Viktor [ Sat May 07, 2011 7:31 pm ]
Post subject: 

I have to inform you that the hosting of executable files(.exe) or similar is not allowed on our servers which is clearly stated in our ToS. I suggest you to remove this file ASAP as it will be detected by our automated security system and your account will be blocked.

Page 1 of 1 All times are UTC
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/