http://en.wikipedia.org/wiki/List_of_object-relational_mapping_software
List of object-relational mapping software
From Wikipedia, the free encyclopedia
Jump to: navigation, search
This is a list of well-known object-relational mapping software. This list is neither up-to-date nor all-inclusive.
Contents
[hide]
* 1 C++
* 2 Delphi
* 3 Groovy
* 4 Java
* […]
Archive for the ‘Perl’ Category
List of object-relational mapping software
Perl IDE based on the Eclipse platform.
http://e-p-i-c.sourceforge.net/
EPIC is an open source Perl IDE based on the Eclipse platform.
Features supported are syntax highlighting, on-the-fly syntax check, content assist, perldoc support, source formatter, templating support and a Perl debugger.
A regular expression plugin is also available.
Perl syntax
Basic Script
##############################################################################
# name: main
# purpose: entry point of the script
##############################################################################
# @ARGV holds all script command line arguments (pos 0 is not prog-name)
# $0 holds script filename
print “hello world\n”;
Data Types
##############################################################################
# name: main
# purpose: show the basic datatypes
##############################################################################
### scalars (ints, floats, strings)
$float = 3.14; # can hold real / whole […]
