Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'UTC' for 'UTC/0.0/no DST' instead in /var/www/html/include/func/func.logging.php on line 510
Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'UTC' for 'UTC/0.0/no DST' instead in /var/www/html/include/logging.php on line 54
Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'UTC' for 'UTC/0.0/no DST' instead in /var/www/html/include/logging.php on line 60
Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'UTC' for 'UTC/0.0/no DST' instead in /var/www/html/init.php on line 481
Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/include/func/func.logging.php:510) in /var/www/html/include/sessions.php on line 74
Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/include/func/func.logging.php:510) in /var/www/html/include/sessions.php on line 76
Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/include/func/func.logging.php:510) in /var/www/html/include/sessions.php on line 85
Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/include/func/func.logging.php:510) in /var/www/html/include/sessions.php on line 86
Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/include/func/func.logging.php:510) in /var/www/html/include/sessions.php on line 93
Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/include/func/func.logging.php:510) in /var/www/html/include/func/func.core.php on line 1836
Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'UTC' for 'UTC/0.0/no DST' instead in /var/www/html/cron.php on line 105
Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'UTC' for 'UTC/0.0/no DST' instead in /var/www/html/include/func/func.logging.php on line 49
Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'UTC' for 'UTC/0.0/no DST' instead in /var/www/html/include/func/func.logging.php on line 79
Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'UTC' for 'UTC/0.0/no DST' instead in /var/www/html/include/func/func.logging.php on line 86
Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/include/func/func.logging.php:510) in /var/www/html/include/get_language.php on line 165
Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/include/func/func.logging.php:510) in /var/www/html/product.php on line 63
Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'UTC' for 'UTC/0.0/no DST' instead in /var/www/html/product.php on line 82
INVALID SQL: 1064 : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'OPTION SQL_BIG_SELECTS=1' at line 1
SQL QUERY FAILURE:SET OPTION SQL_BIG_SELECTS=1
INVALID SQL: 1064 : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'OPTION SQL_BIG_SELECTS=1' at line 1
SQL QUERY FAILURE:SET OPTION SQL_BIG_SELECTS=1
eClasses.org�::�Course Catalog�::�Introduction to Perl
eClasses.org :: Course Catalog :: Introduction to Perl

Introduction to Perl (P153)

Perl is a free open-source server-side language which was designed with simplicity in mind. It is perfect to handle the smaller daily tasks as well as larger more complex tasks like data base manipulation. First designed for Unix systems, today Perl is available on most common platforms. This course is designed to give students a basic working knowledge of Perl and its uses with Web design through the CGI. Successful completion will give the student a good starting background in programming in the Perl language. This combined with HTML, (X)HTML and CSS knowledge can enable the student to be eligible for an entry level position in Web Design and/or Web programming.

Applicable Job Roles: web programmers, and web application developers.

Outline
Week 1: Introduction to Perl
  • What is Perl
  • Parts of a perl program
  • Creating a perl program
  • Scalar Data (Numeric and Strings, Variables)
  • Operators
  • Evaluation and Assignments
  • Retrieving Data from STDIN
Week 2: Flow Control in Perl
  • Statement blocks
  • if and unless statement
  • while and until statement
  • for loops
  • foreach statement
Week 3: Lists, Arrays, Hashes
  • Using lists
  • Creating and using arrays
  • List and array functions
  • Creating and using hashes
  • Hash functions
Week 4: Data Files, Basic I/O
  • Standard file descriptors
  • Opening files
  • Reading and writing files
  • Formatting
  • File handling functions
Week 5: Advanced Flow and Subroutines
  • Last, next, redo
  • Using labels
  • The goto statement
  • Intro to the perl subroutine
  • Variable scope
  • Reference and calls
Week 6:A touch of CGI using perl
  • What is CGI ?
  • Environment variables
  • Printing to an HTML page
Prerequisites
This is an introduction to Perl programming but not to programming. Students must have completed the P010 course of have equivalent experience. Prior knowledge with control structure logic is necessary. The student should also have a good understanding of HTML or (X)HTML and CSS through prior experience or from courses H101 or H401 and H151.
Requirements
Students must have access to a system running the latest version of perl in order to test their assignments. Perl runs on most common OS and platforms. If you are using a web hosting service, you will have to have a unix shell account. A version for Windows can also be downloaded from www.activestate.com. Access to a good text editor, such as MS Notepad, Wordpad or the unix Vi editor are good choices. Basically any editor that doesn't automatically insert carriage returns and line feeds will do fine.

Books:
Required Book: Learning Perl (4th edition)
Suggested Book: Learning Perl (3rd edition)
Suggested Book:

Additional information:

Your place in the course is confirmed by your payment. Introductory courses are intended for students with no experience in the subject matter and are seeking beginner level training.

Refund Policy: Please read our Terms and Refund Policy before registering for this course.

Additional Cost: Book and software might be required for the course. Read the Requirements and Book section for more information. Course fee does not include the book and software cost .

How eClasses Work:Instructors post lectures (text-based, no video or audio), reading selections, and hands-on assignments once a week in the online classroom. Students can discuss the assignments with the instructor and amongst themselves in the classroom area. This format has no set meeting time, which allows students to attend class at a time most convenient to them, yet still provides logically organized communication between class participants. Students can apply for the completion certificate after finishing the class.

Introduction to Perl
Price: $220.00
Item No.: P153
Instructor: Open Position
Open Courses: No other sessions are scheduled for this course. You can add to your wish list and you will be notified when other sessions are scheduled.

Testimonials
Instructor's ProfileInstructor
Before you register for this class, please read the Outline, Prerequisites, Requirements, Books, and Refund Policy sections carefully.
 

Testimonials

Rating

  • "This course was more challenging and covered more material than I expected.
    The instructor was very good and very professional.
    " - Alan Baker