"...Remember being a youngster, mom or dad telling you "close the door"? Well the same applies to HTML ...."

Go Back   Webmaster Forums > Code Forum > CGI Perl Forum

Reply
 
Thread Tools Rate this Webmaster Discussion
Old 08-25-2009, 07:08 PM   #1
starburst
New Member
 
Join Date: Aug 2009
Webmaster Discussions: 1
Rep Power: 7
starburst is on a distinguished road
Generate simple HTML

Hi! So I have a perl script that I wrote that will generate an output file containing a list with file extentions, and affiliated rules that go with code review for that file. Here is an example:

Code:
/vobs/bus_platform_vob/financial/opcodes/fm_bill/fm_bill_make_bill.c
     Limit line length to 80 chars.
     Indent lines with tab
     Use goto statements to hand errors/exceptions and to have a common exit point from the function.
     Use PIN_FLIST_DESTROY_EX instead of PIN_FLIST_DESTROY.

/vobs/bus_platform_vob/financial/opcodes/fm_bal/fm_bal_get_balances.cpp
     Limit line length to 80 chars.
     Use proper try/catch blocks to handle error/exceptions.
     Indent lines with 4 spaces
I want to generate an HTML page (using this output file) with CGI that will:
1.) print out the file names as headers
2.) list the rules below it as a list (with check boxes next to each rule)
3.) have a box at the bottom of the page where one can input text into it as a value to be saved.

I think this is simple to do, but I am a total newbie and this is really hard. I thought creating the perl script was hard enough, but I am struggling with this last bit of CGI. Any help would be greatly appreciated! Thanks!


starburst is offline   Reply With Quote
Reply

Bookmarks

Tags
html

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off


Similar Webmaster Discussions
Thread Webmaster Discussion Starter Forum Replies Last Post
Help, generate all possible strings with Perl aloneattack CGI Perl Forum 1 10-15-2007 12:56 AM
dynamically generate a label using javascript forjavascript Javascript Forum 1 12-06-2006 01:34 PM
Try Adsense to generate money elvislong Internet Services 0 05-20-2006 09:08 PM
Generate IP karabasas General Discussion 3 01-26-2005 09:40 AM


All times are GMT -5. The time now is 09:01 PM.


Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.