SKILLS MEASURED
Candidates taking the CIW Perl Fundamentals exam should be familiar with the Perl syntax, the basics of using regular expression, how to use Perl data types, and how to access and manipulate files. They should also be familiar with database connectivity and debugging techniques. Skills measured in the 1D0-437 exam include but are not limited to the following:
Identify the role of the Perl interpreter.
edit
Implement and use basic syntax of Perl code.
edit
Use scalar variables, expression operators and the STDIN data type.
edit
Control flow to create complex Perl scripts using Boolean expressions, logical operators and I/O redirection.
edit
Use regular expressions to define and match patterns and strings in Perl.
edit
Use Perl arrays and the functions that manipulate them.
edit
Use Perl hashes and the functions that manipulate them.
edit
Create and call subroutines to reuse code in Perl scripts.
edit
Manipulate files and devices in Perl using I/O functions and filehandles.
edit
Use and manipulate environment variables and command-line arguments in Perl.
edit
Use Perl packages and modules to facilitate code reuse.
edit
Create object-oriented Perl scripts.
edit
Use Perl to interface with databases.
edit
Debug Perl programs and design Perl scripts to minimize bugs.
edit