
mcmurtrey
User
Jun 6, 2003, 6:46 AM
Post #1 of 2
(2923 views)
Shortcut
|
|
Some PERL Script Tools May Aid Making Mods
|
Can't Post
|
|
Hello, I came across some free PERL related script tools some users here may find useful: ------------------------------------------- Perl Name Formatter ------------------------------------------- Use this code to format common names. For example, john doe III, will be converted to John Doe III. ------------------------------------------- http://www.cgiscript.net/cgi-script/csNews/csNews.cgi?database=perl%2edb&command=viewone&id=1&op=t ------------------------------------------- Perl Template Creator ------------------------------------------- Use this code to create easily modifiable html templates for use in your perl cgis. Hate having to place all the print statements in your program and having to escape all those quotes? Would you like to give the ability for people who don't know how to program in perl to customize the output of your cgis? Templates are the answer. Here's how it works. Take any html file and anywhere you place in(variable), it gets replaced with $in{'variable'}. For example, if you have $in{'name'} = 'bob' and an html file that has: ------------------------------------------- http://www.cgiscript.net/cgi-script/csNews/csNews.cgi?database=perl%2edb&command=viewone&id=2&op=t Other PERL Snippets http://www.cgiscript.net/site_snippets.htm FREE Ace PopUp Generator Software ScreenShot: http://www.cgiscript.net/images/ace_popup_generator.gif Details: http://www.cgiscript.net/site_software_acepopup.htm “Give a man a fish; you have fed him for today. Teach a man to fish; and you have fed him for a lifetime. Teach a man to sell fish and he eats steak.”
(This post was edited by mcmurtrey on Jun 6, 2003, 7:09 AM)
|