Thread: Generate simple HTML
Results 1 to 1 of 1
Related
-
Help, generate all possible strings with Perl Forum: CGI Perl Forum
Replies: 1 -
dynamically generate a label using javascript Forum: Javascript Forum
Replies: 1 -
Try Adsense to generate money Forum: Internet Services
Replies: 0 -
Generate IP Forum: General Discussion
Replies: 3
-
08-25-2009, 07:08 PM #1
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
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!