eECHO BLOG

A journey of a thousand miles starts with a single step.

Archive for the ‘Perl’ Category

Protected: List of object-relational mapping software

There is no excerpt because this is a protected post.

Protected: Perl IDE based on the Eclipse platform.

There is no excerpt because this is a protected post.

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 = [...]