There is no excerpt because this is a protected post.
Archive for the ‘Perl’ Category
Protected: List of object-relational mapping software
Apr
12
Protected: Perl IDE based on the Eclipse platform.
Jul
25
There is no excerpt because this is a protected post.
Perl syntax
Jun
14
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 = [...]
