|
|
By Erik Kangas, PhD, President
|
Posts Tagged ‘perl’
Published: Thursday, March 25th, 2010
[RAW]
This article is Part 6 of our series on Internet Programming. See the Introduction and Part 1, Introduction to HTML. This article covers the Perl "hash" data type.
Read the rest of this post »
Tags: hash, perl Posted in LuxSci Library: Web Design and Programming
No comments »
Published: Saturday, February 13th, 2010
This article is Part 5 of our series on Internet Programming. See the Introduction and Part 1, Introduction to HTML. This article covers the Perl "list" data type.
Read the rest of this post »
Tags: list, perl Posted in LuxSci Library: Web Design and Programming
1 Comment »
Published: Friday, January 22nd, 2010
This article is Part 4 of our series on Internet Programming. See the Introduction and Part 1, Introduction to HTML. This article covers logical comparisons,
making decisions with if, comparing text, while and for loops, and debugging hints.
Read the rest of this post »
Tags: flow control, if, loop, perl, while Posted in LuxSci Library: Web Design and Programming
1 Comment »
Published: Friday, January 15th, 2010
 This article is Part 3 of our series on Introduction to Internet Programming series. See the Introduction and Part 1, Introduction to HTML. The Introduction to Perl covers the basics of Perl, including how to write and debug simple scripts..
Perl is a computer programming language that is very good at
manipulating strings, doing pattern matches, and pretty much just
about everything else! It is a relatively slow language compared
to compiled languages like C, however it very easy to get programs
up and running very quickly in Perl.
Read the rest of this post »
Tags: perl, programming Posted in LuxSci Library: Web Design and Programming
No comments »
Published: Thursday, January 7th, 2010
This article is Part 2 of our series on Introduction to Internet Programming series. See the Introduction and Part 1, Introduction to HTML. The Introduction to Programming covers basic programming concepts and teaches the reader to develop "pseudo-code" for various tasks.
Read the rest of this post »
Tags: functions, loops, perl, program, programming, pseudocode, variables Posted in LuxSci Library: Web Design and Programming
No comments »
Published: Thursday, December 31st, 2009

Background
The "Introduction to Internet Programming with Perl and HTML" is classic a 12-part lecture series that Erik Kangas has given many times in the past to advanced high school and college students who are just starting to learn about programming web sites. This course works its way through the basic aspects of HTML and Perl gives new programmers and designers a solid foundation. This lecture series has been resurrected for the LuxSci FYI blog due to popular demand for its content.
Once you have completed this course, you will be ready to learn about JavaScript, Cascading Style Sheets, intermediate Perl, databases, and more.
Read the rest of this post »
Tags: html, internet programming, perl Posted in LuxSci Library: Web Design and Programming
3 Comments »
|
|