Existing users, log in.  New users, create a free account.  Lost password?

Mac OS X  |  Web & Software Development  |  IDEs  |  CGIScripter

CGIScripter

CGIScripter - 2.38

write Perl CGI scripts for MySQL, Oracle...

All Time: (2.7)
This Version: Not rated (0.0)
Current Version: 2.38
Release Date: 2008-02-11
License: Update
Downloads (this version): 819
Downloads (all versions): 2,949
Price: $50.00

Information Related to Version:

Broken Link? Newer Version? Tell us!

Product Description:

CGIScripter instantly writes Perl CGI scripts for MySQL, Oracle, SQL Server, Access, Sybase, DB2 and PostgreSQL databases. The robust Perl CGI scripts generated by CGIScripter allow insert, query, update and delete for all datatypes stored within database tables (including images and large text columns). The well-documented Perl CGI scripts generated by CGIScripter utilize industry standard best practices regarding web form processing, and also include complete SQL table creation code and HTML files.

What's new in this version:

  • - Compiled as a Universal Binary application on MacOS X, with Leopard compatibility.
  • - Corrected issue with DB2 Script generation.
  • - Now available Free with TrialPay, via link within Demo version.

Operating System Requirements:

This product is designed to run on the following operating systems:

  • Mac OS X 10.5 Intel
  • Mac OS X 10.5 PPC
  • Mac OS X 10.4 Intel
  • Mac OS X 10.4 PPC
  • Mac OS X 10.3.9
  • Mac OS X 10.3
  • Mac OS X 10.2

Additional Requirements:

  • Mac OS X 10.2 or higher
  • Perl 5.60 or higher (included with Mac OS X), Leopard Compatible

Screenshots:

Download Links:

Your Installed Versions:


 

Feedback Summary:

This Version:
Overall Rating: Not rated (0.0) Features: Not rated (0.0) Support: Not rated (0.0)
Ease of Use: Not rated (0.0) Quality / Stability: Not rated (0.0) Price: Not rated (0.0)
Add Your Feedback

Key to Types of Feedback:

ReviewsReviews   TroubleshootingTroubleshooting   Usage TipsUsage Tips   Developer NotesDeveloper Notes   CommentaryCommentary   Featured ReviewsFeatured Reviews

CGIScripter ReviewOne word: Speed - Version: 2.19, 8/15/2004 02:16AM PST

(1 of 1 users found this comment useful)

scienceman2
OK, two words: speed and reliability. This product writes quite a bit of code for you, allows you to pick your back-end database by a simple pull-down, creates the SQL needed to make the tables that go with your form, writes the HTML for you, etc., etc. The code is very well-written and has checks for conditions that you "I could do it myself in 5 lines" folks would probably leave out, including the ability to check for database conditions on the provided values. Well worth the 50 bucks!
Post a commentAlert Admin

CGIScripter CommentaryConfused - Version: 2.08, 6/6/2004 11:07PM PST

(0 of 1 users found this comment useful)

Brak
I am confused at why this is $50. You can do essentially any database access; select, update, create, alter, etc (with plain perl) in around 5 lines, which includes but is not limited to the "use DBI;", connect +username etc and the disconnect line. Does this mean that each line of code this app outputs is worth $10? Granted if you used it for 2 scripts the cost vs line count would be $5/line.
How much of your script will this program write for you? I'm just saddened that everything that this program does, can be easily done for free with the built-in tools of a default install of OS X and MySQL.
Post a commentAlert Admin

Most Recent Replies: View All 1 Replies

CGIScripter ReviewWhat? - Version: 2.08, 6/5/2004 09:40PM PST

(1 of 2 users found this comment useful)

kenridge
Why on earth would I pay $50 for this junk, when I can download the free Perl CPAN modules (i.e. DBI.pm) that provide the same functionality? Also, plain CGI scripts are INCREDIBLY ineffecient compated to mod_perl, especially when using database libraries. There is no way to provide persistent connections with plain CGI, for example. I would recommend visiting www.cpan.org and download the same free database modules that CGIScripter itself uses -- and they're free.
Post a commentAlert Admin