![]() |
| HTML | PHP Scripts | Webmaster Tools | Webmaster Forums | Web Hosting | Domain Names | Webmaster Books |
|
|
#1 |
|
New Member
Join Date: Aug 2009
Webmaster Discussions: 1
Rep Power: 7 ![]() |
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! |
|
|
|
![]() |
| Bookmarks |
| Tags |
| html |
| Thread Tools | |
| Rate This Thread | |
|
|
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 |