Excellence in IT Certified Education
ExitCertified - Excellence in IT Certified Education
 
IT education classes
Excellence in IT Certified Education
start courses and schedules education savings it certification education solutions
Training Search
Excellence in IT Certified Education
Training Course Details
Start Training Courses and Schedule Perl Programming  (DTP-250)

Perl Programming  (DTP-250)

 

The Perl Programming course is a comprehensive course that explains the Perl programming language, from basic through advanced syntax. This course is aimed at a wide range of people - programmers, system administrators, web authors, and operators. It explains how to use the Perl programming language to write quick yet powerful scripts to take advantage of Perl's system administration capabilities and issue Perl commands.

Sun Microsystems Training Course Certified   Sun Microsystems Training Savings
Skills Gained
  Upon completion of this course, students should be able to:
 

Write scripts that create and change scalar variables
Use control structures to branch or loop
Create and change array variables
Create and change hash variables
Read files supplied on the command line, and search the files for specific text patterns
Execute regular expression tests, and recognize backwards referencing.
Read and write files and system processes using file handles
Create, remove, and change directory and file properties
Create Perl subroutines, packages, and modules and use public modules
Create real-world administration scripts


Who Can Benefit
  Students who can benefit from this course are system administrators and web administrators, although Perl is a language for everyone. The course is taught on the UNIX platform (Solaris Operating Environment), however the material is suitable for any operating system (for example MSDOS, VMS, and so on).
 
Prerequisites
  To succeed fully in this course, students should be able to:
 

Use basic UNIX commands such as rm, cp, man, more, mkdir, ps, and chmod (or be able to learn these quickly during the course)
Create and edit text files in vi or another available text editor
Exposure to any other programming language (C, C++, BASIC, Fortran, Java, Pascal, Shell...) and shell programming skills (Bourne/Korn) are a large advantage, although not essential


 
     
  Email Training Course
     
Code: DTP-250
Length: 5 days
Type: Instructor-Led
   
Certified By: Sun Microsystems
Tuition: $2,000 / $1,700 GSA GOV.
   
Sun Microsystems Training Course This course is taught by Certified Sun Microsystems instructors. There is a difference. Learn More
 
This course is in the following categories. Click the categories to find similar courses and topics of interest.
 
 
 
Training Courses Help
 
Sort Schedule By: 
Sacramento, CA Feb.9.2009 - Feb.13.2009 course register
Sacramento, CA May.11.2009 - May.15.2009 course register
San Francisco, CA Feb.23.2009 - Feb.27.2009 course register
San Francisco, CA Jun.8.2009 - Jun.12.2009 course register
San Jose, CA Feb.2.2009 - Feb.6.2009 course register
San Jose, CA May.4.2009 - May.8.2009 course register
Phoenix, AZ Jan.26.2009 - Jan.30.2009 course register
Phoenix, AZ Apr.27.2009 - May.1.2009 course register
     
Monrovia, CA Feb.16.2009 - Feb.20.2009 course register
San Diego, CA Apr.6.2009 - Apr.10.2009 course register
Monrovia, CA May.11.2009 - May.15.2009 course register
Broomfield, CO Feb.16.2009 - Feb.20.2009 course register
Broomfield, CO Jun.15.2009 - Jun.19.2009 course register
Tampa, FL Feb.9.2009 - Feb.13.2009 course register
Ft Lauderdale, FL Feb.16.2009 - Feb.20.2009 course register
Ft Lauderdale, FL Apr.6.2009 - Apr.10.2009 course register
Tampa, FL May.4.2009 - May.8.2009 course register
Atlanta, GA Mar.2.2009 - Mar.6.2009 course register
Atlanta, GA Jun.1.2009 - Jun.5.2009 course register
Overland Park, KS Jan.12.2009 - Jan.16.2009 course register
Overland Park, KS Jan.12.2009 - Jan.16.2009 course register
Overland Park, KS Mar.30.2009 - Apr.3.2009 course register
Overland Park, KS May.11.2009 - May.15.2009 course register
Burlington, MA Mar.30.2009 - Apr.3.2009 course register
Burlington, MA Jun.22.2009 - Jun.26.2009 course register
St Louise, MI Mar.23.2009 - Mar.27.2009 course register
St Louise, MI Jun.1.2009 - Jun.5.2009 course register
St. Paul, MN Jan.12.2009 - Jan.16.2009 course register
St. Paul, MN Mar.2.2009 - Mar.6.2009 course register
St. Paul, MN May.11.2009 - May.15.2009 course register
Cary, NC Apr.27.2009 - May.1.2009 course register
Edison, NJ Jan.12.2009 - Jan.16.2009 course register
Edison, NJ May.18.2009 - May.22.2009 course register
New York, NY Feb.2.2009 - Feb.6.2009 course register
New York, NY Apr.27.2009 - May.1.2009 course register
Columbus, OH Mar.30.2009 - Apr.3.2009 course register
Philadelphia, PA Jan.5.2009 - Jan.9.2009 course register
Philadelphia, PA Apr.6.2009 - Apr.10.2009 course register
Nashville, TN Feb.2.2009 - Feb.6.2009 course register
Dallas, TX Feb.2.2009 - Feb.6.2009 course register
Dallas, TX Apr.20.2009 - Apr.24.2009 course register
Houston, TX Apr.27.2009 - May.1.2009 course register
Hampton, VA Mar.9.2009 - Mar.13.2009 course register
Hampton, VA May.11.2009 - May.15.2009 course register
Seattle, WA Apr.27.2009 - May.1.2009 course register
     
   
Request Other Course Date Request Course On-Site
 
 
training course details
Module 1 - The Perl Programming Language
  • Determine your version of Perl
  • Identify the default directories searched for Perl library files
  • Create a command-line script that prints a simple message
  • Create a simple script that prints a simple message
  • Test a script's syntax without executing the script
Module 2 - Scalars
  • Define and describe numeric and string scalar data
  • Create string and numeric scalar variables
  • Modify scalar variables using operators
  • Print scalar values using single and double quotes
  • Remove \n from user input using the chomp command
  • Calculate a value using scalar operators based on user input
Module 3 - Control Structures
  • Print a message using an if statement
  • Print a message using an if/else statement
  • Print a message using a compound if/elsif/else statement
  • Use a for loop to display a list numbers
  • Use a foreach loop to perform calculations on a list of numbers
  • Use while loops to repeatedly perform logical tests using an if/elsif/else statement
  • Print formatted text with a Here document
  • Exit from a loop using loop controls and statement modifiers
  • Use a switch construct in Perl to print a message
Module 4 - Arrays
  • Create an array variable and assign scalar values to the array
  • Determine the length of an array using an array operator
  • Use array slices to assign new values to an array
  • Determine the length of an array using a scalar variable
  • Reverse the contents of an array
  • Use pop to modify the contents of an array
  • Sort an array
  • Create an array from a scalar using split
  • Process the values passed in the command-line array, @ARGV
  • Read the output of a UNIX command into an array
Module 5 - Hashes
  • Print a hash using a foreach statement
  • Access, add, and delete keys and values from a hash
  • Print a hash using a while loop and the each function
  • Determine the number of occurrences of a string in an array using a hash
  • Determine if a key and value exist in a hash
 
Module 6 - Basic IO and Regular Expressions
  • Use the <> operator to read a file specified on the command line, line-by-line
  • Use the printf command to format the output of the script
  • Test for a word or phrase in a file using regular expressions
  • Use anchors and character classes in regular expressions
  • Use alternation in regular expressions
  • Use variable interpolation to define regular expressions
  • Substitute one text string for another using regular expressions
  • Extract parts of strings using regular expressions
Module 7 - Filehandles and Files
  • Use filehandles to open a file
  • Use die to display an error message if there is an error accessing a file
  • Append data to the end of a file
  • Use a filehandle to read the output of a program
Module 8 - Subroutines and Modules
  • Create script that uses the strict pragma
  • Create subroutines that accept passed parameters and return desired results based on the values passed
  • Include a subroutine that uses the my operator to create private variables
  • Use a Perl library file in your script
  • Use a Perl package in your script
  • Create a Perl module and call it from a script
Module 9 - File and Directory Operations
  • Use file operators to determine the characteristics of a file
  • Display the contents of a directory using chdir and globbing
  • Display the contents of a directory using directory handles and readdir
  • Rename files
  • Create symbolic links to files
  • Display all symbolic links in a directory
  • Set file permissions for files based on their extensions
Module 10 - Overview of CGI Programming
  • Send a Hypertext Markup Language (HTML) page to a browser using a Common Gateway Interface (CGI) script
  • Use a Here document in a CGI script to send an HTML page to a browser
  • Read an HTML form using the GET or POST method
 




ExitCertified Training - Sun Microsystems, Oracle, Symantec, IBM, MySQL, RedHat, Linux, NetApp
  Oracle Course Training  
  When you take a certified course with ExitCertified, you are learning from
the creators of the products you use. Our commitment to your IT
community, along with our authorization to deliver certified courses,
ensures you receive a premium training experience.

There is a difference. Learn from the source.
 
Oracle Course
     
Contact ExitCertified    
     
Spotlight Centers All United States Training Centers
Sacramento Training :: 916.669.3970
San Francisco Training :: 415.975.3948
San Jose Training :: 408.288.3948
Las Vegas Training :: 1.800.803.3948
Phoenix Training :: 1.800.803.3948
New York Training
Chicago Training
Los Angeles Training
Atlanta Training
Washington Training

Denver Training
Boston Training
Dallas Training
Houston Training
Philadelphia Training
View All US Training Centers
     
Worldwide - 613.232.3948 Got Questions?
We are happy to help. Just email us with this form and we'll get back to you shortly.
   
Sun Microsystems Course


it training education
it education and training

(c) 2008 ExitCertified Corp. All rights reserved.


ExitCertified is a global provider of authorized technology training. Some of our popular course topic searches include:
 
Sun Microsystems Training Oracle Training Symantec Training IBM Training Red Hat :: Linux Training
Java Training, J2EE Training, JSP Training, Java Courses, Servlets Training, EJB Training, Struts Training, Networking Courses, Solaris Training, Java Composite Application Platform (JCAPS) Training, Java Certification, SeeBeyond Training, XML Training, Solaris Certification, Corporate Training Solaris 10 Course PeopleSoft Training, 11g Training, 11g Certification, Oracle SQL, Oracle PL/SQL, DBA Training, DBA Certification, Oracle Certification, Hyperion Training, Fusion Middleware Training, 10g Training, 9i Training NetBackup Training, Veritas Training, Symantec Certification, Virus Protection Courses, IT Security Training DB2 Training, OS/400 Training, zSeries Training
s/390 Training, iSeries Training, AIX Training
SUSE Training, RedHat Course
         
MySQL Training Apple Training NetApp Training Project Management Training  
MySQL Database Course Apple Course, Leopard Training   PMI Training