性質與目標:
Since its inception in 1987, Perl has been used by 1 million users worldwide for Web development, system administration, database management, e-commerce, graphical manipulation and much more other applications.
One of the design guidelines of Perl is simple task should be simple and complicated task should be possible?This is true. Even a participant with only limited programming experience can learn to write useful application within a few hours. But it is not easy to become a Perl expert.
This course will spend about 80% of time on how to do useful tasks with elementary Perl. And 20% on the concepts that will form the foundation for further study on Perl.
Upon completion, participants can be able to write small to medium size Perl applications.
內容:
l Introduction to Perl
l Introduction to perldoc
l Introduction to CPAN
l Creating and running a Perl program
l Perl variables
l Operators and functions
l Conditional constructs
l Subroutines
l Regular expressions
l Introduction to useful modules