Scripting Languages Courseware
A scripting language is a programming language that allows control of one or more software applications. "Scripts" are distinct from the core code of the application, which is usually written in a different language. Scripts are often interpreted from source code or bytecode, whereas the applications they control are traditionally compiled to native machine code. Scripting languages are nearly always embedded in the applications they control. Early scripting languages were often called batch languages or job control languages. Such early scripting languages were created to shorten the traditional edit-compile-link-run process. An example of a script program implementation may be found with Firefox. Firefox is written in C/C++ and can be controlled by JavaScript.
Bash, JavaScript, Perl, Python, Tcl, Tcl/TK, and Unix Shell are all examples of scripting languages that are deployed in open-source environments. The courseware in this category includes courses covering the basics all the way up to object-oriented and CGI programming using Perl.
Perl has been described as C, awk, sed, and shell programming all wrapped into one language. In this intense, 5-day, hands-on programming course, you will learn how to take advantage of Perl's power through examples and extensive exercises. Arrays and hashes, I/O, regular expressions, subroutines, and complex data structures are covered in depth. The course also introduces object-oriented programming in Perl, as well as UNIX multi-tasking and Perl sockets programming.
Instructor kit includes an email with instructions to download presentation slides. Learn More
In this 4-day course, students will learn about advanced productivity features of the Perl language itself, including debugging techniques, sophisticated list usage, code references, tied variables, and effective package use.
Instructor kit includes an email with instructions to download presentation slides. Learn More
This 3-day course provides the student with an introduction to the Perl programming language. After completing this course, students will be able to create basic Perl scripts.
Instructor kit includes an email with instructions to download presentation slides. Learn More
This 3-day course enables students to progress from basic level Perl programming concepts to more advanced Perl programming features.
Instructor kit includes an email with instructions to download presentation slides. Learn More
Perl has evolved from its beginnings as an eclectic scripting tool for UNIX administrators into one of the most popular, influential, and widely used computer languages in history. In this 3-day course, you will learn how to fully utilize the Perl programming language.
Instructor kit includes an email with instructions to download presentation slides. Learn More
This 3-day course addresses the Object-Oriented features of Perl and provides students with the knowledge to create Object-Oriented Perl scripts.
Instructor kit includes an email with instructions to download presentation slides. Learn More
This 3-day course bridges the gap between using HTML to create static Web pages and using Perl CGI scripts to create dynamic Web pages.
Instructor kit includes an email with instructions to download presentation slides. Learn More
This 3-day course provides the student with the knowledge to create and run Python® scripts that include Python-specific data structures, function, modules, and classes.
Instructor kit includes an email with instructions to download presentation slides. Learn More
In this 3-day course students learn to read, write, and debug shell scripts, thus increasing productivity by taking full advantage of the UNIX shell.
Instructor kit includes an email with instructions to download presentation slides. Learn More
In this 3-day course students will learn to read, write, and debug shell scripts, thus increasing productivity by taking full advantage of the bash shell.
Instructor kit includes an email with instructions to download presentation slides. Learn More